From e5df488268e29b272932e6cc1d2b1e7034590ba0 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 12 六月 2024 11:40:45 +0800
Subject: [PATCH] weedfs包放到项目里

---
 docs/docs.go |  705 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 629 insertions(+), 76 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index e201b02..ebff3df 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -416,7 +416,7 @@
                 }
             }
         },
-        "/api-wms/v1/forms/getHistory": {
+        "/api-wms/v1/forms/doMonthStats": {
             "post": {
                 "produces": [
                     "application/json"
@@ -424,8 +424,67 @@
                 "tags": [
                     "鎶ヨ〃"
                 ],
-                "summary": "鑾峰彇鍘嗗彶淇℃伅",
+                "summary": "鎵嬪姩璺戞湀搴︾粺璁″簱瀛樻姤琛�",
                 "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.DoMonthStats"
+                        }
+                    },
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/models.MonthStats"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-wms/v1/forms/downloadHistory": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鎶ヨ〃"
+                ],
+                "summary": "涓嬭浇鍑哄叆搴撴槑缁嗘姤琛�",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
                     {
                         "description": "鏌ヨ鍙傛暟",
                         "name": "object",
@@ -450,7 +509,215 @@
                                         "data": {
                                             "type": "array",
                                             "items": {
-                                                "$ref": "#/definitions/response.InventoryHistory"
+                                                "$ref": "#/definitions/models.MoveHistory"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-wms/v1/forms/downloadInventoryForms": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鎶ヨ〃"
+                ],
+                "summary": "涓嬭浇搴撳瓨鎶ヨ〃",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.GetInventoryForms"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/response.InventoryForms"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-wms/v1/forms/downloadLocationForms": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鎶ヨ〃"
+                ],
+                "summary": "涓嬭浇浣嶇疆鎶ヨ〃",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.GetLocationForms"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/response.LocationForms"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-wms/v1/forms/downloadMonthStats": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鎶ヨ〃"
+                ],
+                "summary": "涓嬭浇鏈堝害缁熻搴撳瓨鎶ヨ〃",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.GetMonthStats"
+                        }
+                    },
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/models.MonthStats"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-wms/v1/forms/getHistory": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鎶ヨ〃"
+                ],
+                "summary": "鑾峰彇鍑哄叆搴撴槑缁�",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.GetInventoryHistory"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/models.MoveHistory"
                                             }
                                         }
                                     }
@@ -471,6 +738,13 @@
                 ],
                 "summary": "鑾峰彇搴撳瓨鎶ヨ〃",
                 "parameters": [
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
                     {
                         "description": "鏌ヨ鍙傛暟",
                         "name": "object",
@@ -517,6 +791,13 @@
                 "summary": "鑾峰彇浣嶇疆鎶ヨ〃",
                 "parameters": [
                     {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    },
+                    {
                         "description": "鏌ヨ鍙傛暟",
                         "name": "object",
                         "in": "body",
@@ -541,6 +822,58 @@
                                             "type": "array",
                                             "items": {
                                                 "$ref": "#/definitions/response.LocationForms"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/api-wms/v1/forms/monthStats": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鎶ヨ〃"
+                ],
+                "summary": "鏈堝害缁熻搴撳瓨鎶ヨ〃",
+                "parameters": [
+                    {
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.GetMonthStats"
+                        }
+                    },
+                    {
+                        "type": "string",
+                        "description": "token",
+                        "name": "Authorization",
+                        "in": "header",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/models.MonthStats"
                                             }
                                         }
                                     }
@@ -1039,7 +1372,7 @@
                         "in": "body",
                         "required": true,
                         "schema": {
-                            "$ref": "#/definitions/request.PageInfo"
+                            "$ref": "#/definitions/request.GetList"
                         }
                     }
                 ],
@@ -3440,6 +3773,12 @@
                     "description": "瀹㈡埛鍓嶇疆鏃堕棿(澶�)",
                     "type": "number"
                 },
+                "grossUnit": {
+                    "type": "string"
+                },
+                "grossWeight": {
+                    "type": "number"
+                },
                 "id": {
                     "type": "string"
                 },
@@ -3514,9 +3853,24 @@
                         }
                     ]
                 },
+                "moreUnit": {
+                    "type": "boolean"
+                },
+                "moreUnitList": {
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.UnitItems"
+                    }
+                },
                 "name": {
                     "description": "鐗╂枡鍚嶇О",
                     "type": "string"
+                },
+                "netUnit": {
+                    "type": "string"
+                },
+                "netWeight": {
+                    "type": "number"
                 },
                 "note": {
                     "type": "string"
@@ -3619,10 +3973,169 @@
                 }
             }
         },
+        "models.MonthStats": {
+            "type": "object",
+            "properties": {
+                "MoreUnitsArr": {
+                    "description": "鏈熸湯鍏朵粬鍗曚綅鏁扮粍",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.UnitItems"
+                    }
+                },
+                "amount": {
+                    "description": "鏈熸湯缁撲綑鏁伴噺",
+                    "type": "number"
+                },
+                "beginAmount": {
+                    "description": "鏈熷垵鏁伴噺",
+                    "type": "number"
+                },
+                "beginMoreUnitsArr": {
+                    "description": "鏈熷垵鍏朵粬鍗曚綅鏁扮粍",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.UnitItems"
+                    }
+                },
+                "createTime": {
+                    "type": "string"
+                },
+                "date": {
+                    "description": "鏃ユ湡 2024-04",
+                    "type": "string"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "inputAmount": {
+                    "description": "鍏ュ簱鏁伴噺",
+                    "type": "number"
+                },
+                "inputMoreUnitsArr": {
+                    "description": "鍏ュ簱鍏朵粬鍗曚綅鏁扮粍",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.UnitItems"
+                    }
+                },
+                "outputAmount": {
+                    "description": "鍑哄簱鏁伴噺",
+                    "type": "number"
+                },
+                "outputMoreUnitsArr": {
+                    "description": "鍑哄簱鍏朵粬鍗曚綅鏁扮粍",
+                    "type": "array",
+                    "items": {
+                        "$ref": "#/definitions/models.UnitItems"
+                    }
+                },
+                "productId": {
+                    "description": "浜у搧id",
+                    "type": "string"
+                },
+                "productName": {
+                    "description": "浜у搧鍚嶇О",
+                    "type": "string"
+                },
+                "unit": {
+                    "description": "鍗曚綅",
+                    "type": "string"
+                },
+                "updateTime": {
+                    "type": "string"
+                },
+                "weight": {
+                    "description": "閲嶉噺",
+                    "type": "number"
+                }
+            }
+        },
+        "models.MoveHistory": {
+            "type": "object",
+            "properties": {
+                "amount": {
+                    "description": "鏁伴噺",
+                    "type": "number"
+                },
+                "baseOperationType": {
+                    "description": "鍩虹浣滀笟绫诲瀷",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.BaseOperationType"
+                        }
+                    ]
+                },
+                "createTime": {
+                    "type": "string"
+                },
+                "fromLocation": {
+                    "description": "婧愪綅缃�",
+                    "type": "string"
+                },
+                "fromLocationId": {
+                    "description": "婧愪綅缃甶d",
+                    "type": "integer"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "number": {
+                    "description": "鍗曞彿",
+                    "type": "string"
+                },
+                "operationId": {
+                    "description": "鎿嶄綔id",
+                    "type": "integer"
+                },
+                "operationTypeId": {
+                    "description": "浣滀笟绫诲瀷id",
+                    "type": "integer"
+                },
+                "operationTypeName": {
+                    "description": "浣滀笟绫诲瀷鍚嶇О",
+                    "type": "string"
+                },
+                "operator": {
+                    "description": "鎿嶄綔鑰�",
+                    "type": "string"
+                },
+                "productId": {
+                    "description": "浜у搧id",
+                    "type": "string"
+                },
+                "productName": {
+                    "description": "浜у搧鍚嶇О",
+                    "type": "string"
+                },
+                "toLocation": {
+                    "description": "鐩爣浣嶇疆",
+                    "type": "string"
+                },
+                "toLocationId": {
+                    "description": "鐩爣浣嶇疆id",
+                    "type": "integer"
+                },
+                "unit": {
+                    "description": "鍗曚綅",
+                    "type": "string"
+                },
+                "updateTime": {
+                    "type": "string"
+                },
+                "weight": {
+                    "description": "閲嶉噺",
+                    "type": "number"
+                }
+            }
+        },
         "models.Operation": {
             "type": "object",
             "properties": {
                 "accountant": {
+                    "type": "string"
+                },
+                "accountantId": {
                     "type": "string"
                 },
                 "auditDate": {
@@ -3640,7 +4153,7 @@
                     "type": "string"
                 },
                 "companyID": {
-                    "type": "integer"
+                    "type": "string"
                 },
                 "companyName": {
                     "type": "string"
@@ -3655,6 +4168,9 @@
                     "type": "string"
                 },
                 "custodian": {
+                    "type": "string"
+                },
+                "custodianId": {
                     "type": "string"
                 },
                 "details": {
@@ -3689,6 +4205,9 @@
                     "type": "number"
                 },
                 "manager": {
+                    "type": "string"
+                },
+                "managerId": {
                     "type": "string"
                 },
                 "number": {
@@ -3774,6 +4293,12 @@
                     "description": "ProductName string          ` + "`" + `json:\"productName\" gorm:\"type:varchar(255);not null;comment:浜у搧鍚嶇О\"` + "`" + ` //浜у搧鍚嶇О",
                     "type": "number"
                 },
+                "auxiliaryAmount": {
+                    "type": "number"
+                },
+                "auxiliaryUnit": {
+                    "type": "string"
+                },
                 "createTime": {
                     "type": "string"
                 },
@@ -3819,6 +4344,12 @@
                 "toLocationId": {
                     "description": "鐩爣浣嶇疆id",
                     "type": "integer"
+                },
+                "totalGrossWeight": {
+                    "type": "number"
+                },
+                "totalNetWeight": {
+                    "type": "number"
                 },
                 "updateTime": {
                     "type": "string"
@@ -3949,6 +4480,20 @@
                     "type": "boolean"
                 },
                 "name": {
+                    "type": "string"
+                }
+            }
+        },
+        "models.UnitItems": {
+            "type": "object",
+            "properties": {
+                "amount": {
+                    "type": "number"
+                },
+                "floating": {
+                    "type": "boolean"
+                },
+                "unit": {
                     "type": "string"
                 }
             }
@@ -4121,13 +4666,16 @@
                 "accountant": {
                     "type": "string"
                 },
+                "accountantId": {
+                    "type": "string"
+                },
                 "comment": {
                     "description": "澶囨敞",
                     "type": "string"
                 },
                 "companyID": {
                     "description": "鍏徃ID-瀹㈡埛",
-                    "type": "integer"
+                    "type": "string"
                 },
                 "companyName": {
                     "description": "鍏徃鍚嶇О-瀹㈡埛鍚嶇О",
@@ -4142,6 +4690,9 @@
                     "type": "string"
                 },
                 "custodian": {
+                    "type": "string"
+                },
+                "custodianId": {
                     "type": "string"
                 },
                 "details": {
@@ -4165,6 +4716,9 @@
                     "type": "number"
                 },
                 "manager": {
+                    "type": "string"
+                },
+                "managerId": {
                     "type": "string"
                 },
                 "number": {
@@ -4351,6 +4905,14 @@
                 }
             }
         },
+        "request.DoMonthStats": {
+            "type": "object",
+            "properties": {
+                "token": {
+                    "type": "string"
+                }
+            }
+        },
         "request.FinishLocationProductAmount": {
             "type": "object",
             "properties": {
@@ -4444,6 +5006,22 @@
                 }
             }
         },
+        "request.GetList": {
+            "type": "object",
+            "properties": {
+                "keyword": {
+                    "type": "string"
+                },
+                "page": {
+                    "description": "椤电爜",
+                    "type": "integer"
+                },
+                "pageSize": {
+                    "description": "姣忛〉澶у皬",
+                    "type": "integer"
+                }
+            }
+        },
         "request.GetLocationForms": {
             "type": "object",
             "properties": {
@@ -4492,6 +5070,25 @@
                     "type": "integer"
                 },
                 "type": {
+                    "type": "integer"
+                }
+            }
+        },
+        "request.GetMonthStats": {
+            "type": "object",
+            "properties": {
+                "date": {
+                    "type": "string"
+                },
+                "keyword": {
+                    "type": "string"
+                },
+                "page": {
+                    "description": "椤电爜",
+                    "type": "integer"
+                },
+                "pageSize": {
+                    "description": "姣忛〉澶у皬",
                     "type": "integer"
                 }
             }
@@ -4600,6 +5197,14 @@
                     "description": "ProductName string          ` + "`" + `json:\"productName\" gorm:\"type:varchar(255);not null;comment:浜у搧鍚嶇О\"` + "`" + ` //浜у搧鍚嶇О",
                     "type": "number"
                 },
+                "auxiliaryAmount": {
+                    "description": "杈呭姪鏁伴噺",
+                    "type": "number"
+                },
+                "auxiliaryUnit": {
+                    "description": "杈呭姪鍗曚綅",
+                    "type": "string"
+                },
                 "fromLocationId": {
                     "description": "Unit        string          ` + "`" + `json:\"unit\" gorm:\"type:varchar(31);comment:鍗曚綅\"` + "`" + `                    //鍗曚綅\nProduct models.Material ` + "`" + `json:\"product\" gorm:\"foreignKey:ProductId;references:ID\"` + "`" + `",
                     "type": "integer"
@@ -4611,6 +5216,14 @@
                 "toLocationId": {
                     "description": "鐩爣浣嶇疆id",
                     "type": "integer"
+                },
+                "totalGrossWeight": {
+                    "description": "鎬绘瘺閲�",
+                    "type": "number"
+                },
+                "totalNetWeight": {
+                    "description": "鎬诲噣閲�",
+                    "type": "number"
                 }
             }
         },
@@ -4864,6 +5477,9 @@
                 "accountant": {
                     "type": "string"
                 },
+                "accountantId": {
+                    "type": "string"
+                },
                 "baseOperationType": {
                     "description": "鍩虹浣滀笟绫诲瀷",
                     "allOf": [
@@ -4878,7 +5494,7 @@
                 },
                 "companyID": {
                     "description": "鍏徃ID-瀹㈡埛",
-                    "type": "integer"
+                    "type": "string"
                 },
                 "companyName": {
                     "description": "鍏徃鍚嶇О-瀹㈡埛鍚嶇О",
@@ -4893,6 +5509,9 @@
                     "type": "string"
                 },
                 "custodian": {
+                    "type": "string"
+                },
+                "custodianId": {
                     "type": "string"
                 },
                 "details": {
@@ -4916,6 +5535,9 @@
                     "type": "number"
                 },
                 "manager": {
+                    "type": "string"
+                },
+                "managerId": {
                     "type": "string"
                 },
                 "number": {
@@ -5086,75 +5708,6 @@
                 },
                 "value": {
                     "description": "鎬讳环鍊�",
-                    "type": "number"
-                }
-            }
-        },
-        "response.InventoryHistory": {
-            "type": "object",
-            "properties": {
-                "amount": {
-                    "description": "鏁伴噺",
-                    "type": "number"
-                },
-                "baseOperationType": {
-                    "description": "鍩虹浣滀笟绫诲瀷",
-                    "allOf": [
-                        {
-                            "$ref": "#/definitions/constvar.BaseOperationType"
-                        }
-                    ]
-                },
-                "contactedName": {
-                    "description": "瀹屾垚鑰�",
-                    "type": "string"
-                },
-                "date": {
-                    "description": "鏃ユ湡",
-                    "type": "string"
-                },
-                "fromLocation": {
-                    "description": "婧愪綅缃�",
-                    "type": "string"
-                },
-                "fromLocationId": {
-                    "type": "integer"
-                },
-                "number": {
-                    "description": "鍗曞彿",
-                    "type": "string"
-                },
-                "operationId": {
-                    "type": "integer"
-                },
-                "operationTypeName": {
-                    "description": "浣滀笟绫诲瀷鍚嶇О",
-                    "type": "string"
-                },
-                "productId": {
-                    "type": "string"
-                },
-                "productName": {
-                    "description": "浜у搧鍚嶇О",
-                    "type": "string"
-                },
-                "status": {
-                    "description": "鐘舵��",
-                    "type": "string"
-                },
-                "toLocation": {
-                    "description": "鐩爣浣嶇疆",
-                    "type": "string"
-                },
-                "toLocationId": {
-                    "type": "integer"
-                },
-                "unit": {
-                    "description": "鍗曚綅",
-                    "type": "string"
-                },
-                "weight": {
-                    "description": "閲嶉噺",
                     "type": "number"
                 }
             }

--
Gitblit v1.8.0