From ebf654c57e65b074ce4cc3b7016cf157a85fb3ad Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 11 三月 2024 15:18:24 +0800
Subject: [PATCH] wms采购范围

---
 docs/docs.go |   77 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 77 insertions(+), 0 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 3e5d8f7..9c1cc47 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1930,6 +1930,38 @@
                 }
             }
         },
+        "/api-wms/v1/product/getUserInfo": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "浜у搧"
+                ],
+                "summary": "鑾峰彇鐧诲綍鐢ㄦ埛淇℃伅",
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "object",
+                                            "additionalProperties": true
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
         "/api-wms/v1/product/listDisuse": {
             "post": {
                 "produces": [
@@ -3093,6 +3125,7 @@
                     "type": "number"
                 },
                 "attachmentIDs": {
+                    "description": "浠ヤ笅涓轰笉瀛樺簱鐨勫瓧娈�",
                     "type": "array",
                     "items": {
                         "type": "integer"
@@ -3197,6 +3230,14 @@
                     "description": "鏄惁閿�鍞�",
                     "type": "boolean"
                 },
+                "isStorage": {
+                    "description": "鏃犲簱瀛樼殑鍦╳ms浠ュ強srm涓渶瑕佽繃婊ゆ帀",
+                    "type": "integer"
+                },
+                "isVirtual": {
+                    "description": "铏氭嫙鐗╂枡鍦∕RP璁$畻鏃惰烦杩囪灞傜骇鐩存帴棰嗙敤涓嬬骇鐗╂枡锛岃櫄鎷熺墿鏂欎笉鐢熸垚宸ュ崟",
+                    "type": "integer"
+                },
                 "makeAdvanceTime": {
                     "description": "鍒堕�犲墠缃椂闂�(澶�)",
                     "type": "number"
@@ -3284,6 +3325,12 @@
                 },
                 "purchaseType": {
                     "$ref": "#/definitions/constvar.PurchaseType"
+                },
+                "purchaseTypeList": {
+                    "type": "array",
+                    "items": {
+                        "type": "integer"
+                    }
                 },
                 "reorderRuleNum": {
                     "type": "integer"
@@ -3430,6 +3477,18 @@
                             "$ref": "#/definitions/constvar.OperationStatus"
                         }
                     ]
+                },
+                "toLocation": {
+                    "description": "鐩爣浣嶇疆",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/models.Location"
+                        }
+                    ]
+                },
+                "toLocationId": {
+                    "description": "鐩爣浣嶇疆id",
+                    "type": "integer"
                 },
                 "updateTime": {
                     "type": "string"
@@ -3646,6 +3705,10 @@
                 "companyId": {
                     "type": "integer"
                 },
+                "contacts": {
+                    "description": "鑱旂郴浜�",
+                    "type": "string"
+                },
                 "createTime": {
                     "type": "string"
                 },
@@ -3859,6 +3922,10 @@
                         }
                     ]
                 },
+                "toLocationId": {
+                    "description": "鐩爣浣嶇疆id",
+                    "type": "integer"
+                },
                 "waybillNumber": {
                     "description": "杩愬崟鍙�",
                     "type": "string"
@@ -3968,6 +4035,10 @@
                     "type": "string",
                     "maxLength": 5,
                     "minLength": 1
+                },
+                "contacts": {
+                    "description": "鑱旂郴浜�",
+                    "type": "string"
                 },
                 "inboundTransportation": {
                     "description": "鍏ュ悜杩愯緭",
@@ -4571,6 +4642,10 @@
                         }
                     ]
                 },
+                "toLocationId": {
+                    "description": "鐩爣浣嶇疆id",
+                    "type": "integer"
+                },
                 "waybillNumber": {
                     "description": "杩愬崟鍙�",
                     "type": "string"
@@ -4873,6 +4948,8 @@
 	Description:      "",
 	InfoInstanceName: "swagger",
 	SwaggerTemplate:  docTemplate,
+	LeftDelim:        "{{",
+	RightDelim:       "}}",
 }
 
 func init() {

--
Gitblit v1.8.0