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

---
 docs/docs.go |   68 +++++++++++++++++++++++++++++++++-
 1 files changed, 66 insertions(+), 2 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index bf06611..a683fef 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1625,7 +1625,7 @@
                 "summary": "鑾峰彇鎿嶄綔淇℃伅",
                 "responses": {
                     "200": {
-                        "description": "鑾峰彇閲囪喘绫诲瀷鍒楄〃",
+                        "description": "鑾峰彇鎿嶄綔淇℃伅",
                         "schema": {
                             "allOf": [
                                 {
@@ -1637,7 +1637,7 @@
                                         "data": {
                                             "type": "array",
                                             "items": {
-                                                "$ref": "#/definitions/purchase_wms.SrmGetWarehouseInfoResponse"
+                                                "$ref": "#/definitions/response.OperationInfo"
                                             }
                                         }
                                     }
@@ -4232,6 +4232,70 @@
                 }
             }
         },
+        "response.OperationInfo": {
+            "type": "object",
+            "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"
+                }
+            }
+        },
         "response.PageResult": {
             "type": "object",
             "properties": {

--
Gitblit v1.8.0