From 69f0410081da54e6cea8a04a07fd0119a8edc623 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 30 三月 2024 11:38:42 +0800
Subject: [PATCH] 采购单修改

---
 docs/swagger.yaml |   69 +++++++++++++++++++++++-----------
 1 files changed, 46 insertions(+), 23 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index a1b21f2..37c765c 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -506,7 +506,7 @@
         description: 绛剧害鏃ユ湡
         type: string
       sourceOrder:
-        description: 鏉ユ簮鍗曟嵁
+        description: 鏉ユ簮鍗曟嵁 ,閿�鍞槑缁嗙紪鐮�
         type: string
       status:
         allOf:
@@ -888,14 +888,8 @@
           $ref: '#/definitions/test.SupplierType'
         type: array
     type: object
-  response.OperationInfo:
+  response.InWarehouseInfo:
     properties:
-      amount:
-        description: 閲囪喘鏁�
-        type: number
-      modelNumber:
-        description: 鍨嬪彿
-        type: string
       name:
         description: 浜у搧鍚嶇О
         type: string
@@ -914,26 +908,22 @@
       principal:
         description: 璐熻矗浜�
         type: string
-      purchasePrice:
-        description: 鍗曚环
-        type: number
-      sendAmount:
-        description: 鍙戣揣鏁�
-        type: integer
-      specifications:
-        description: 瑙勬牸
-        type: string
       status:
         type: integer
-      total:
-        description: 鎬讳环
-        type: number
-      unit:
-        description: 鍗曚綅
-        type: string
       warehouseName:
         description: 浠撳簱鍚�
         type: string
+    type: object
+  response.OperationInfo:
+    properties:
+      inWarehouseInfos:
+        items:
+          $ref: '#/definitions/response.InWarehouseInfo'
+        type: array
+      productInfos:
+        items:
+          $ref: '#/definitions/response.ProductInfo'
+        type: array
     type: object
   response.PageResult:
     properties:
@@ -945,6 +935,39 @@
       total:
         type: integer
     type: object
+  response.ProductInfo:
+    properties:
+      amount:
+        description: 閲囪喘鏁�
+        type: number
+      modelNumber:
+        description: 鍨嬪彿
+        type: string
+      name:
+        description: 浜у搧鍚嶇О
+        type: string
+      number:
+        description: 浜у搧缂栫爜
+        type: string
+      overAmount:
+        description: 鍏ュ簱鏁�
+        type: integer
+      purchasePrice:
+        description: 鍗曚环
+        type: number
+      sendAmount:
+        description: 鏀惰揣鏁�
+        type: integer
+      specifications:
+        description: 瑙勬牸
+        type: string
+      total:
+        description: 鎬讳环
+        type: number
+      unit:
+        description: 鍗曚綅
+        type: string
+    type: object
   response.PurchaseProducts:
     properties:
       amount:

--
Gitblit v1.8.0