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 |   76 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 76 insertions(+), 0 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 515cef4..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:
@@ -663,6 +674,13 @@
         allOf:
         - $ref: '#/definitions/constvar.OperationStatus'
         description: 鐘舵��
+      toLocation:
+        allOf:
+        - $ref: '#/definitions/models.Location'
+        description: 鐩爣浣嶇疆
+      toLocationId:
+        description: 鐩爣浣嶇疆id
+        type: integer
       updateTime:
         type: string
       waybillNumber:
@@ -785,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:
@@ -805,6 +832,9 @@
         $ref: '#/definitions/models.Company'
       companyId:
         type: integer
+      contacts:
+        description: 鑱旂郴浜�
+        type: string
       createTime:
         type: string
       id:
@@ -957,6 +987,9 @@
         allOf:
         - $ref: '#/definitions/constvar.OperationStatus'
         description: 鐘舵��
+      toLocationId:
+        description: 鐩爣浣嶇疆id
+        type: integer
       waybillNumber:
         description: 杩愬崟鍙�
         type: string
@@ -1029,6 +1062,9 @@
         description: 浠撳簱缂栫爜
         maxLength: 5
         minLength: 1
+        type: string
+      contacts:
+        description: 鑱旂郴浜�
         type: string
       inboundTransportation:
         description: 鍏ュ悜杩愯緭
@@ -1453,6 +1489,9 @@
         allOf:
         - $ref: '#/definitions/constvar.OperationStatus'
         description: 鐘舵��
+      toLocationId:
+        description: 鐩爣浣嶇疆id
+        type: integer
       waybillNumber:
         description: 杩愬崟鍙�
         type: string
@@ -2834,6 +2873,43 @@
       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:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            allOf:
+            - $ref: '#/definitions/util.ResponseList'
+            - properties:
+                data:
+                  additionalProperties: true
+                  type: object
+              type: object
+      summary: 鑾峰彇鐧诲綍鐢ㄦ埛淇℃伅
+      tags:
+      - 浜у搧
   /api-wms/v1/product/listDisuse:
     post:
       parameters:

--
Gitblit v1.8.0