From e170c5fe4273a9635f27290028a5231500c3ace6 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 14 十二月 2023 15:53:43 +0800 Subject: [PATCH] 出入库明细添加业务类型 --- docs/swagger.yaml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 2f29308..aee079f 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -845,6 +845,9 @@ type: number fromLocationId: type: integer + number: + description: Unit string `json:"unit"` + type: string productId: type: string sourceNumber: @@ -1534,6 +1537,9 @@ type: string operationId: type: integer + operationTypeName: + description: 浣滀笟绫诲瀷鍚嶇О + type: string productId: type: string productName: -- Gitblit v1.8.0