From 94d30c9562b42d7cd38cbf3469400b752f219939 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 12 三月 2024 14:25:37 +0800
Subject: [PATCH] 字段统一

---
 docs/swagger.yaml |   51 +++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 49 insertions(+), 2 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 8b827c8..bdcf9a0 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -785,6 +785,53 @@
           $ref: '#/definitions/test.SupplierType'
         type: array
     type: object
+  response.OperationInfo:
+    properties:
+      amount:
+        description: 閲囪喘鏁�
+        type: number
+      modelNumber:
+        description: 鍨嬪彿
+        type: string
+      name:
+        description: 浜у搧鍚嶇О
+        type: string
+      number:
+        description: 浜у搧缂栫爜
+        type: string
+      operationNumber:
+        description: 鍏ュ簱鍗曞彿
+        type: string
+      overAmount:
+        description: 鍏ュ簱鏁�
+        type: integer
+      overTime:
+        description: 鍏ュ簱鏃堕棿
+        type: string
+      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.PageResult:
     properties:
       list: {}
@@ -1975,14 +2022,14 @@
       - application/json
       responses:
         "200":
-          description: 鑾峰彇閲囪喘绫诲瀷鍒楄〃
+          description: 鑾峰彇鎿嶄綔淇℃伅
           schema:
             allOf:
             - $ref: '#/definitions/response.Response'
             - properties:
                 data:
                   items:
-                    $ref: '#/definitions/purchase_wms.SrmGetWarehouseInfoResponse'
+                    $ref: '#/definitions/response.OperationInfo'
                   type: array
               type: object
       security:

--
Gitblit v1.8.0