From 2f856eaa7e46c884f1cb7ad721919a086d7f34a3 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 13 六月 2024 15:57:45 +0800 Subject: [PATCH] 出入库明细列表和报表增加多单位 --- docs/swagger.yaml | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index ebfef94..c470564 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -809,6 +809,10 @@ allOf: - $ref: '#/definitions/constvar.BaseOperationType' description: 鍩虹浣滀笟绫诲瀷 + checkedAt: + type: string + checkedBy: + type: string comment: type: string companyID: @@ -818,6 +822,8 @@ contacterID: type: integer contacterName: + type: string + createBy: type: string createTime: type: string @@ -1912,6 +1918,11 @@ amount: description: 鏁伴噺 type: number + amountMoreUnits: + description: 鍦ㄥ簱鏁伴噺澶氬崟浣� + items: + $ref: '#/definitions/models.UnitItems' + type: array locationId: description: 浣嶇疆id type: integer -- Gitblit v1.8.0