From eb3a28fa790ee41bb3755b2b4aa789996c4365ca Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期一, 13 十一月 2023 10:30:38 +0800 Subject: [PATCH] 在库与可用查询修改 --- docs/docs.go | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 31880ec..a25619b 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -3996,6 +3996,13 @@ "id": { "type": "integer" }, + "logisticCompanyId": { + "type": "string" + }, + "logisticWeight": { + "description": "鐗╂祦閲嶉噺", + "type": "number" + }, "number": { "description": "鍗曞彿", "type": "string" @@ -4027,6 +4034,14 @@ "toLocationId": { "description": "鐩爣浣嶇疆id", "type": "integer" + }, + "waybillNumber": { + "description": "杩愬崟鍙�", + "type": "string" + }, + "weight": { + "description": "閲嶉噺", + "type": "number" } } }, -- Gitblit v1.8.0