From c5a0eb549cba2cd358a2d0496c44f3a289f15d9c Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 28 八月 2023 14:22:06 +0800 Subject: [PATCH] fix --- docs/swagger.yaml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 88c777f..4d0f444 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -1473,6 +1473,8 @@ type: object model.SalesRefund: properties: + Source: + $ref: '#/definitions/model.SalesReturn' amountTotal: description: 浠风◣鍚堣 type: number @@ -2059,10 +2061,16 @@ MaterialMode: description: 鐗╂枡绫诲瀷 type: string + MaxInventory: + description: 鏈�澶у簱瀛� + type: integer MinInventory: description: 瀹夊叏搴撳瓨 type: integer Name: + type: string + Node: + description: 澶囨敞 type: string Number: type: string @@ -2072,6 +2080,12 @@ SalePrice: description: 閿�鍞环鏍� type: number + Specs: + description: 瑙勬牸 + type: string + Type: + description: 鍨嬪彿 + type: string Unit: type: string type: object -- Gitblit v1.8.0