From 2a04ec3790ddae1b76b151fafaba3a8a0b8a0c53 Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期五, 28 六月 2024 16:30:28 +0800 Subject: [PATCH] 库存操作添加:调拨、入库、出库按类型配置字典类(1 调拨 2 入库 3 出库) --- docs/docs.go | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 3297b01..6bec29b 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -4878,6 +4878,9 @@ "updateTime": { "type": "string" }, + "warehouseId": { + "type": "integer" + }, "waybillNumber": { "description": "杩愬崟鍙�", "type": "string" @@ -5360,6 +5363,14 @@ "accountantId": { "type": "string" }, + "baseOperationType": { + "description": "鍩虹浣滀笟绫诲瀷 5搴撳瓨鐩樼偣", + "allOf": [ + { + "$ref": "#/definitions/constvar.BaseOperationType" + } + ] + }, "comment": { "description": "澶囨敞", "type": "string" @@ -5451,6 +5462,10 @@ }, "toLocationId": { "description": "鐩爣浣嶇疆id", + "type": "integer" + }, + "warehouseId": { + "description": "浠撳簱id", "type": "integer" }, "waybillNumber": { @@ -5963,6 +5978,14 @@ "request.OperationList": { "type": "object", "properties": { + "baseOperationType": { + "description": "1 鍏ュ簱 2 鍑哄簱 3 鍐呴儴璋冩嫧 4 鎶ュ簾 5 搴撳瓨鐩樼偣", + "allOf": [ + { + "$ref": "#/definitions/constvar.BaseOperationType" + } + ] + }, "number": { "type": "string" }, -- Gitblit v1.8.0