From de71e109b1959fe8ad86007c1c59658622933290 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 30 三月 2024 17:29:48 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS
---
docs/swagger.yaml | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 039abfe..7c2ffd4 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -420,6 +420,7 @@
description: 鏁伴噺
type: number
attachmentIDs:
+ description: 浠ヤ笅涓轰笉瀛樺簱鐨勫瓧娈�
items:
type: integer
type: array
@@ -496,6 +497,12 @@
isSale:
description: 鏄惁閿�鍞�
type: boolean
+ isStorage:
+ description: 鏃犲簱瀛樼殑鍦╳ms浠ュ強srm涓渶瑕佽繃婊ゆ帀
+ type: integer
+ isVirtual:
+ description: 铏氭嫙鐗╂枡鍦∕RP璁$畻鏃惰烦杩囪灞傜骇鐩存帴棰嗙敤涓嬬骇鐗╂枡锛岃櫄鎷熺墿鏂欎笉鐢熸垚宸ュ崟
+ type: integer
makeAdvanceTime:
description: 鍒堕�犲墠缃椂闂�(澶�)
type: number
@@ -558,6 +565,10 @@
type: number
purchaseType:
$ref: '#/definitions/constvar.PurchaseType'
+ purchaseTypeList:
+ items:
+ type: integer
+ type: array
reorderRuleNum:
type: integer
salePrice:
@@ -792,6 +803,15 @@
updateTime:
type: string
type: object
+ models.UnitDict:
+ properties:
+ id:
+ type: integer
+ isDefault:
+ type: boolean
+ name:
+ type: string
+ type: object
models.Warehouse:
properties:
active:
@@ -812,6 +832,9 @@
$ref: '#/definitions/models.Company'
companyId:
type: integer
+ contacts:
+ description: 鑱旂郴浜�
+ type: string
createTime:
type: string
id:
@@ -1039,6 +1062,9 @@
description: 浠撳簱缂栫爜
maxLength: 5
minLength: 1
+ type: string
+ contacts:
+ description: 鑱旂郴浜�
type: string
inboundTransportation:
description: 鍏ュ悜杩愯緭
@@ -2847,6 +2873,25 @@
summary: 鑾峰彇浜у搧鍒楄〃
tags:
- 浜у搧
+ /api-wms/v1/product/getUnitInfo:
+ get:
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ allOf:
+ - $ref: '#/definitions/util.ResponseList'
+ - properties:
+ data:
+ items:
+ $ref: '#/definitions/models.UnitDict'
+ type: array
+ type: object
+ summary: 鑾峰彇鍗曚綅淇℃伅
+ tags:
+ - 浜у搧
/api-wms/v1/product/getUserInfo:
get:
produces:
--
Gitblit v1.8.0