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/docs.go | 83 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 83 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 574cc1b..e201b02 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1220,6 +1220,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": [ @@ -3067,6 +3112,17 @@ "ReservationNever" ] }, + "inventory_order.WorkerInfo": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, "models.Attachment": { "type": "object", "properties": { @@ -3566,6 +3622,9 @@ "models.Operation": { "type": "object", "properties": { + "accountant": { + "type": "string" + }, "auditDate": { "type": "string" }, @@ -3593,6 +3652,9 @@ "type": "string" }, "createTime": { + "type": "string" + }, + "custodian": { "type": "string" }, "details": { @@ -3625,6 +3687,9 @@ "logisticWeight": { "description": "鐗╂祦閲嶉噺", "type": "number" + }, + "manager": { + "type": "string" }, "number": { "description": "鍗曞彿", @@ -4053,6 +4118,9 @@ "request.AddOperation": { "type": "object", "properties": { + "accountant": { + "type": "string" + }, "comment": { "description": "澶囨敞", "type": "string" @@ -4071,6 +4139,9 @@ }, "contacterName": { "description": "鑱旂郴浜哄鍚�-闈炲繀濉�", + "type": "string" + }, + "custodian": { "type": "string" }, "details": { @@ -4092,6 +4163,9 @@ "logisticWeight": { "description": "鐗╂祦閲嶉噺", "type": "number" + }, + "manager": { + "type": "string" }, "number": { "description": "鍗曞彿", @@ -4787,6 +4861,9 @@ "request.UpdateOperation": { "type": "object", "properties": { + "accountant": { + "type": "string" + }, "baseOperationType": { "description": "鍩虹浣滀笟绫诲瀷", "allOf": [ @@ -4815,6 +4892,9 @@ "description": "鑱旂郴浜哄鍚�-闈炲繀濉�", "type": "string" }, + "custodian": { + "type": "string" + }, "details": { "type": "array", "items": { @@ -4835,6 +4915,9 @@ "description": "鐗╂祦閲嶉噺", "type": "number" }, + "manager": { + "type": "string" + }, "number": { "description": "鍗曞彿", "type": "string" -- Gitblit v1.8.0