From 5f0170df9787c6f3ff17cc168b3f2e3f511453f6 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 31 十月 2023 20:04:16 +0800
Subject: [PATCH] 支持职级降级的情况

---
 docs/swagger.yaml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 28a52ba..a27c9b3 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -762,6 +762,8 @@
         $ref: '#/definitions/model.Quotation'
       quotationId:
         type: integer
+      sendTime:
+        type: string
       serviceContractStatus:
         $ref: '#/definitions/model.ServiceContractStatus'
       statusId:
@@ -2390,7 +2392,7 @@
       quotation_id:
         type: integer
       sendTime:
-        description: 鍙戣揣鏃堕棿s
+        description: 鍙戣揣鏃堕棿
         type: string
       status_id:
         type: integer
@@ -4405,7 +4407,7 @@
       quotation_id:
         type: integer
       sendTime:
-        description: 鍙戣揣鏃堕棿s
+        description: 鍙戣揣鏃堕棿
         type: string
       status_id:
         type: integer

--
Gitblit v1.8.0