From 7539ba3aa1ce089442433dd98c86794bee62198f Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期四, 21 九月 2023 19:30:01 +0800
Subject: [PATCH] 1.出入库一部分代码

---
 docs/swagger.yaml |   35 ++++++++++++++++++++++++++---------
 1 files changed, 26 insertions(+), 9 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 34d9940..ef9f62c 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -244,8 +244,17 @@
       name:
         description: 浣嶇疆鍚嶇О
         type: string
+      nextCount:
+        description: 涓嬫鐩樼偣
+        type: string
+      notes:
+        description: 澶栭儴澶囨敞
+        type: string
       parentId:
         description: 涓婄骇id
+        type: string
+      recentlyCount:
+        description: 鏈�杩戠洏鐐�
         type: string
       replenishLocation:
         description: 鏄惁琛ュ厖浣嶇疆
@@ -442,10 +451,16 @@
       defaultLocationSrcId:
         description: 榛樿婧愪綅缃甶d
         type: integer
+      earlyOperations:
+        description: 棰勫~鍐欎綔涓氳鎯�
+        type: boolean
       id:
         type: integer
       name:
         description: 浠撳簱鍚嶇О
+        type: string
+      prefix:
+        description: 鍓嶇紑
         type: string
       printLabel:
         description: 鏄惁鎵撳嵃鏍囩
@@ -618,6 +633,9 @@
       operationTypeId:
         description: 浣滀笟绫诲瀷id
         type: integer
+      operationTypeName:
+        description: 浣滀笟绫诲瀷鍚嶇О
+        type: string
       sourceNumber:
         description: 婧愬崟鍙�
         type: string
@@ -731,15 +749,15 @@
       OperationId:
         description: 鎿嶄綔id
         type: integer
+      amount:
+        description: 鏁伴噺
+        type: number
       productId:
         description: 浜у搧id
         type: string
       productName:
         description: 浜у搧鍚嶇О
         type: string
-      quantity:
-        description: 鏁伴噺
-        type: number
       unit:
         type: string
     type: object
@@ -803,6 +821,9 @@
       operationTypeId:
         description: 浣滀笟绫诲瀷id
         type: integer
+      operationTypeName:
+        description: 浣滀笟绫诲瀷鍚嶇О
+        type: string
       sourceNumber:
         description: 婧愬崟鍙�
         type: string
@@ -1244,7 +1265,8 @@
       summary: 鍒犻櫎鍏ュ簱/鍑哄簱淇℃伅
       tags:
       - 鍏ュ簱/鍑哄簱
-    put:
+  /api-wms/v1/operation/update:
+    post:
       parameters:
       - description: 鍏ュ簱淇℃伅
         in: body
@@ -1252,11 +1274,6 @@
         required: true
         schema:
           $ref: '#/definitions/request.UpdateOperation'
-      - description: 鍏ュ簱淇℃伅id
-        in: path
-        name: id
-        required: true
-        type: integer
       produces:
       - application/json
       responses:

--
Gitblit v1.8.0