From 81dd727204296b6b3c636007c2e8d19b309df335 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 28 三月 2024 20:02:41 +0800
Subject: [PATCH] 出入库增加操作来源
---
docs/swagger.yaml | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index ee77203..7c2ffd4 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -565,6 +565,10 @@
type: number
purchaseType:
$ref: '#/definitions/constvar.PurchaseType'
+ purchaseTypeList:
+ items:
+ type: integer
+ type: array
reorderRuleNum:
type: integer
salePrice:
@@ -797,6 +801,15 @@
description: 鍗曚綅
type: string
updateTime:
+ type: string
+ type: object
+ models.UnitDict:
+ properties:
+ id:
+ type: integer
+ isDefault:
+ type: boolean
+ name:
type: string
type: object
models.Warehouse:
@@ -2860,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