From 5b8f003464bd55678862534232228f61745ffafe Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 15 十二月 2023 11:05:35 +0800
Subject: [PATCH] 提示信息修改

---
 docs/swagger.yaml |  105 +++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 82 insertions(+), 23 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index a6cfba3..853f908 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -1130,6 +1130,8 @@
         type: number
       total:
         type: number
+      unit:
+        type: string
     type: object
   model.Province:
     properties:
@@ -1480,6 +1482,8 @@
         items:
           $ref: '#/definitions/model.Product'
         type: array
+      projectId:
+        type: string
       quotation:
         $ref: '#/definitions/model.Quotation'
       quotationId:
@@ -2148,6 +2152,9 @@
       pos:
         type: string
       realName:
+        type: string
+      subUserIds:
+        description: 涓嬪睘鍛樺伐鐢ㄦ埛id,鐢ㄩ�楀彿鍒嗗紑
         type: string
       userType:
         $ref: '#/definitions/constvar.UserType'
@@ -2910,10 +2917,14 @@
     type: object
   request.AddSalesDetails:
     properties:
+      Member:
+        $ref: '#/definitions/model.User'
       address:
         type: string
       addressee:
         type: string
+      client:
+        $ref: '#/definitions/model.Client'
       clientId:
         type: integer
       codeStandID:
@@ -2942,6 +2953,8 @@
         items:
           $ref: '#/definitions/model.Product'
         type: array
+      projectId:
+        type: string
       quotationId:
         type: integer
       remark:
@@ -3661,6 +3674,8 @@
     type: object
   request.GetContractList:
     properties:
+      keyword:
+        type: string
       page:
         description: 椤电爜
         type: integer
@@ -3712,6 +3727,10 @@
       pageSize:
         description: 姣忛〉澶у皬
         type: integer
+      principalIds:
+        items:
+          type: integer
+        type: array
       sourceId:
         type: integer
       sourceType:
@@ -4008,10 +4027,14 @@
     type: object
   request.SalesDetails:
     properties:
+      Member:
+        $ref: '#/definitions/model.User'
       address:
         type: string
       addressee:
         type: string
+      client:
+        $ref: '#/definitions/model.Client'
       clientId:
         type: integer
       codeStandID:
@@ -4040,6 +4063,8 @@
         items:
           $ref: '#/definitions/model.Product'
         type: array
+      projectId:
+        type: string
       quotationId:
         type: integer
       remark:
@@ -5180,6 +5205,13 @@
       salesDetails:
         $ref: '#/definitions/request.SalesDetails'
     type: object
+  request.UpdateSalesDetailsStatus:
+    properties:
+      id:
+        type: integer
+      status:
+        $ref: '#/definitions/constvar.SalesDetailsStatus'
+    type: object
   request.UpdateSalesLeads:
     properties:
       city_id:
@@ -6193,6 +6225,14 @@
         items:
           $ref: '#/definitions/model.Repository'
         type: array
+    type: object
+  response.Response:
+    properties:
+      code:
+        type: integer
+      data: {}
+      msg:
+        type: string
     type: object
   response.SaleChanceResponse:
     properties:
@@ -9738,6 +9778,12 @@
         in: query
         name: pageSize
         type: integer
+      - collectionFormat: csv
+        in: query
+        items:
+          type: integer
+        name: principleIds
+        type: array
       - in: query
         name: sourceId
         type: integer
@@ -10611,25 +10657,6 @@
       summary: 娣诲姞閿�鍞槑缁�
       tags:
       - SalesDetails
-  /api/salesDetails/createOperation:
-    post:
-      parameters:
-      - description: 鏌ヨ鍙傛暟
-        in: body
-        name: object
-        required: true
-        schema:
-          $ref: '#/definitions/request.SalesDetails'
-      produces:
-      - application/json
-      responses:
-        "200":
-          description: OK
-          schema:
-            $ref: '#/definitions/response.ListResponse'
-      summary: 鍒涘缓浜у搧鍑哄簱淇℃伅
-      tags:
-      - SalesDetails
   /api/salesDetails/delete:
     delete:
       parameters:
@@ -10665,6 +10692,18 @@
           schema:
             $ref: '#/definitions/contextx.Response'
       summary: 鍒犻櫎閿�鍞槑缁�
+      tags:
+      - SalesDetails
+  /api/salesDetails/getApsProjectList:
+    get:
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: OK
+          schema:
+            $ref: '#/definitions/response.Response'
+      summary: 鑾峰彇aps椤圭洰鍒楄〃
       tags:
       - SalesDetails
   /api/salesDetails/getProductInventoryInfo/{number}:
@@ -10709,7 +10748,7 @@
       summary: 閿�鍞槑缁嗗崟鍒楄〃
       tags:
       - SalesDetails
-  /api/salesDetails/update:
+  /api/salesDetails/sendSalesDetailsToOtherSystem:
     post:
       parameters:
       - description: 鏌ヨ鍙傛暟
@@ -10717,17 +10756,18 @@
         name: object
         required: true
         schema:
-          $ref: '#/definitions/request.UpdateSalesDetails'
+          $ref: '#/definitions/request.SalesDetails'
       produces:
       - application/json
       responses:
         "200":
           description: OK
           schema:
-            $ref: '#/definitions/contextx.Response'
-      summary: 鏇存柊閿�鍞槑缁嗙姸鎬�
+            $ref: '#/definitions/response.ListResponse'
+      summary: 鎺ㄩ�侀攢鍞槑缁嗕俊鎭埌鍏朵粬绯荤粺
       tags:
       - SalesDetails
+  /api/salesDetails/update:
     put:
       parameters:
       - description: 鏌ヨ鍙傛暟
@@ -10746,6 +10786,25 @@
       summary: 鏇存柊閿�鍞槑缁�
       tags:
       - SalesDetails
+  /api/salesDetails/updateStatus:
+    post:
+      parameters:
+      - description: 鏌ヨ鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/request.UpdateSalesDetailsStatus'
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: OK
+          schema:
+            $ref: '#/definitions/contextx.Response'
+      summary: 鏇存柊閿�鍞槑缁嗙姸鎬�
+      tags:
+      - SalesDetails
   /api/salesLeads/add:
     post:
       parameters:

--
Gitblit v1.8.0