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.json |   83 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 83 insertions(+), 0 deletions(-)

diff --git a/docs/swagger.json b/docs/swagger.json
index 9d2d5c5..7b47605 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -1208,6 +1208,51 @@
                 }
             }
         },
+        "/api-wms/v1/operation/getPersonnelList": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鍏ュ簱/鍑哄簱"
+                ],
+                "summary": "鑾峰彇浜哄憳鍒楄〃",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.OperationCondition"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/inventory_order.WorkerInfo"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
         "/api-wms/v1/operation/getSupplierList": {
             "get": {
                 "produces": [
@@ -3055,6 +3100,17 @@
                 "ReservationNever"
             ]
         },
+        "inventory_order.WorkerInfo": {
+            "type": "object",
+            "properties": {
+                "id": {
+                    "type": "string"
+                },
+                "name": {
+                    "type": "string"
+                }
+            }
+        },
         "models.Attachment": {
             "type": "object",
             "properties": {
@@ -3554,6 +3610,9 @@
         "models.Operation": {
             "type": "object",
             "properties": {
+                "accountant": {
+                    "type": "string"
+                },
                 "auditDate": {
                     "type": "string"
                 },
@@ -3581,6 +3640,9 @@
                     "type": "string"
                 },
                 "createTime": {
+                    "type": "string"
+                },
+                "custodian": {
                     "type": "string"
                 },
                 "details": {
@@ -3613,6 +3675,9 @@
                 "logisticWeight": {
                     "description": "鐗╂祦閲嶉噺",
                     "type": "number"
+                },
+                "manager": {
+                    "type": "string"
                 },
                 "number": {
                     "description": "鍗曞彿",
@@ -4041,6 +4106,9 @@
         "request.AddOperation": {
             "type": "object",
             "properties": {
+                "accountant": {
+                    "type": "string"
+                },
                 "comment": {
                     "description": "澶囨敞",
                     "type": "string"
@@ -4059,6 +4127,9 @@
                 },
                 "contacterName": {
                     "description": "鑱旂郴浜哄鍚�-闈炲繀濉�",
+                    "type": "string"
+                },
+                "custodian": {
                     "type": "string"
                 },
                 "details": {
@@ -4080,6 +4151,9 @@
                 "logisticWeight": {
                     "description": "鐗╂祦閲嶉噺",
                     "type": "number"
+                },
+                "manager": {
+                    "type": "string"
                 },
                 "number": {
                     "description": "鍗曞彿",
@@ -4775,6 +4849,9 @@
         "request.UpdateOperation": {
             "type": "object",
             "properties": {
+                "accountant": {
+                    "type": "string"
+                },
                 "baseOperationType": {
                     "description": "鍩虹浣滀笟绫诲瀷",
                     "allOf": [
@@ -4803,6 +4880,9 @@
                     "description": "鑱旂郴浜哄鍚�-闈炲繀濉�",
                     "type": "string"
                 },
+                "custodian": {
+                    "type": "string"
+                },
                 "details": {
                     "type": "array",
                     "items": {
@@ -4823,6 +4903,9 @@
                     "description": "鐗╂祦閲嶉噺",
                     "type": "number"
                 },
+                "manager": {
+                    "type": "string"
+                },
                 "number": {
                     "description": "鍗曞彿",
                     "type": "string"

--
Gitblit v1.8.0