From 439b8cf9619e6deb6b42182d0f43cc1252fc9d2a Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期一, 15 四月 2024 11:09:41 +0800
Subject: [PATCH] 获取aps人员列表

---
 docs/swagger.yaml |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 85d71c5..2fb4dd5 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -311,6 +311,13 @@
     - WhetherTypeAsk
     - WhetherTypeAlways
     - ReservationNever
+  inventory_order.WorkerInfo:
+    properties:
+      id:
+        type: string
+      name:
+        type: string
+    type: object
   models.Attachment:
     properties:
       FileUrl:
@@ -667,6 +674,8 @@
     type: object
   models.Operation:
     properties:
+      accountant:
+        type: string
       auditDate:
         type: string
       baseOperationType:
@@ -684,6 +693,8 @@
       contacterName:
         type: string
       createTime:
+        type: string
+      custodian:
         type: string
       details:
         items:
@@ -705,6 +716,8 @@
       logisticWeight:
         description: 鐗╂祦閲嶉噺
         type: number
+      manager:
+        type: string
       number:
         description: 鍗曞彿
         type: string
@@ -995,6 +1008,8 @@
     type: object
   request.AddOperation:
     properties:
+      accountant:
+        type: string
       comment:
         description: 澶囨敞
         type: string
@@ -1010,6 +1025,8 @@
       contacterName:
         description: 鑱旂郴浜哄鍚�-闈炲繀濉�
         type: string
+      custodian:
+        type: string
       details:
         items:
           $ref: '#/definitions/request.OperationDetails'
@@ -1024,6 +1041,8 @@
       logisticWeight:
         description: 鐗╂祦閲嶉噺
         type: number
+      manager:
+        type: string
       number:
         description: 鍗曞彿
         type: string
@@ -1507,6 +1526,8 @@
     type: object
   request.UpdateOperation:
     properties:
+      accountant:
+        type: string
       baseOperationType:
         allOf:
         - $ref: '#/definitions/constvar.BaseOperationType'
@@ -1526,6 +1547,8 @@
       contacterName:
         description: 鑱旂郴浜哄鍚�-闈炲繀濉�
         type: string
+      custodian:
+        type: string
       details:
         items:
           $ref: '#/definitions/request.OperationDetails'
@@ -1540,6 +1563,8 @@
       logisticWeight:
         description: 鐗╂祦閲嶉噺
         type: number
+      manager:
+        type: string
       number:
         description: 鍗曞彿
         type: string
@@ -2506,6 +2531,32 @@
       summary: 鍏ュ簱/鍑哄簱鍒楄〃
       tags:
       - 鍏ュ簱/鍑哄簱
+  /api-wms/v1/operation/getPersonnelList:
+    get:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/request.OperationCondition'
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            allOf:
+            - $ref: '#/definitions/util.ResponseList'
+            - properties:
+                data:
+                  items:
+                    $ref: '#/definitions/inventory_order.WorkerInfo'
+                  type: array
+              type: object
+      summary: 鑾峰彇浜哄憳鍒楄〃
+      tags:
+      - 鍏ュ簱/鍑哄簱
   /api-wms/v1/operation/getSupplierList:
     get:
       produces:

--
Gitblit v1.8.0