From 1691d8ee8fe10799d98b296625fd30183407ef25 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 28 六月 2024 12:17:22 +0800 Subject: [PATCH] 新增操作类型增加基础操作类型和仓库id来支持库存盘点 --- 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