From 93c71a94d77ffe1f36654decc0bada0a2ac27c88 Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期二, 16 七月 2024 20:14:10 +0800 Subject: [PATCH] 添加方法,获取庄口列表 --- docs/docs.go | 1675 ++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 1,480 insertions(+), 195 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 4ef8f28..1e95ad9 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -15,140 +15,6 @@ "host": "{{.Host}}", "basePath": "{{.BasePath}}", "paths": { - "/api-s/v1/organize/department": { - "get": { - "produces": [ - "application/json" - ], - "tags": [ - "閮ㄩ棬淇℃伅" - ], - "summary": "鏌ヨ閮ㄩ棬淇℃伅鍒楄〃", - "parameters": [ - { - "type": "integer", - "description": "椤电爜", - "name": "page", - "in": "query" - }, - { - "type": "integer", - "description": "姣忛〉澶у皬", - "name": "pageSize", - "in": "query" - } - ], - "responses": { - "200": { - "description": "鎴愬姛", - "schema": { - "allOf": [ - { - "$ref": "#/definitions/util.ResponseList" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/definitions/models.Department" - } - } - } - } - ] - } - } - } - }, - "post": { - "produces": [ - "application/json" - ], - "tags": [ - "閮ㄩ棬淇℃伅" - ], - "summary": "娣诲姞閮ㄩ棬淇℃伅", - "parameters": [ - { - "description": "閮ㄩ棬淇℃伅淇℃伅", - "name": "object", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/request.AddDepartment" - } - } - ], - "responses": { - "200": { - "description": "鎴愬姛", - "schema": { - "$ref": "#/definitions/util.Response" - } - } - } - } - }, - "/api-s/v1/organize/department/{id}": { - "put": { - "produces": [ - "application/json" - ], - "tags": [ - "閮ㄩ棬淇℃伅" - ], - "summary": "缂栬緫閮ㄩ棬淇℃伅", - "parameters": [ - { - "description": "閮ㄩ棬淇℃伅淇℃伅", - "name": "object", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/request.UpdateDepartment" - } - } - ], - "responses": { - "200": { - "description": "鎴愬姛", - "schema": { - "$ref": "#/definitions/util.Response" - } - } - } - }, - "delete": { - "produces": [ - "application/json" - ], - "tags": [ - "閮ㄩ棬淇℃伅" - ], - "summary": "缂栬緫閮ㄩ棬淇℃伅", - "parameters": [ - { - "description": "閮ㄩ棬淇℃伅淇℃伅", - "name": "object", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/request.UpdateDepartment" - } - } - ], - "responses": { - "200": { - "description": "鎴愬姛", - "schema": { - "$ref": "#/definitions/util.Response" - } - } - } - } - }, "/api-wms/v1/attachment/uploadFiles": { "post": { "tags": [ @@ -695,6 +561,282 @@ } } }, + "/api-wms/v1/dict/add": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鏁版嵁瀛楀吀" + ], + "summary": "娣诲姞瀛楀吀淇℃伅", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.AddMiniDict" + } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/api-wms/v1/dict/delete/{id}": { + "delete": { + "tags": [ + "鏁版嵁瀛楀吀" + ], + "summary": "鍒犻櫎瀛楀吀淇℃伅", + "parameters": [ + { + "type": "string", + "description": "id", + "name": "id", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/api-wms/v1/dict/edit": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鏁版嵁瀛楀吀" + ], + "summary": "缂栬緫瀛楀吀淇℃伅", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.EditMiniDict" + } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/api-wms/v1/dict/getDictList": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鏁版嵁瀛楀吀" + ], + "summary": "鑾峰彇瀛楀吀淇℃伅鍒楄〃", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.GetMiniDictList" + } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.ResponseList" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/definitions/models.MiniDict" + } + } + } + } + ] + } + } + } + } + }, + "/api-wms/v1/dict/getSilkDictList/{type}": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "鏁版嵁瀛楀吀" + ], + "summary": "鑾峰彇搴勫彛鍒楄〃", + "parameters": [ + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "瀛楀吀绫诲瀷", + "name": "type", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.ResponseList" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/definitions/models.SilkDict" + } + } + } + } + ] + } + } + } + } + }, + "/api-wms/v1/dict/getUserList": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "鏁版嵁瀛楀吀" + ], + "summary": "鑾峰彇鐢ㄦ埛鍒楄〃", + "parameters": [ + { + "type": "string", + "name": "id", + "in": "query" + }, + { + "type": "string", + "name": "nickName", + "in": "query" + }, + { + "type": "string", + "name": "parentId", + "in": "query" + }, + { + "type": "string", + "name": "pos", + "in": "query" + }, + { + "type": "string", + "name": "userName", + "in": "query" + }, + { + "type": "integer", + "name": "userType", + "in": "query" + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.ResponseList" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/definitions/user.GetUserRequest" + } + } + } + } + ] + } + } + } + } + }, + "/api-wms/v1/dict/save": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鏁版嵁瀛楀吀" + ], + "summary": "鎵归噺鏇存柊杩蜂綘瀛楀吀(浼氬垹闄ゅ師鏁版嵁)", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.SaveMiniDict" + } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, "/api-wms/v1/forms/doMonthStats": { "post": { "produces": [ @@ -712,6 +854,58 @@ "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/doWarehouseMonthStats": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鎶ヨ〃" + ], + "summary": "鎵嬪姩璺戞湀搴︾粺璁″簱瀛樻姤琛�", + "parameters": [ + { + "description": "鏌ヨ鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.DoWarehouseMonthStats" } }, { @@ -955,6 +1149,58 @@ } } }, + "/api-wms/v1/forms/downloadWarehouseMonthStats": { + "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": [ @@ -1153,6 +1399,58 @@ "type": "array", "items": { "$ref": "#/definitions/models.MonthStats" + } + } + } + } + ] + } + } + } + } + }, + "/api-wms/v1/forms/warehouseMonthStats": { + "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.WarehouseMonthStats" } } } @@ -1499,6 +1797,13 @@ "summary": "娣诲姞搴撳瓨鐩樼偣淇℃伅", "parameters": [ { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + }, + { "description": "鍏ュ簱/鍑哄簱淇℃伅", "name": "object", "in": "body", @@ -1528,6 +1833,13 @@ ], "summary": "搴旂敤銆侀獙璇�", "parameters": [ + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + }, { "description": "鍏ュ弬", "name": "object", @@ -1665,6 +1977,43 @@ } } }, + "/api-wms/v1/locationProductAmount/locationProductList": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "搴撳瓨鐩樼偣" + ], + "summary": "鑾峰彇浣嶇疆瀵瑰簲浜у搧鍒楄〃", + "parameters": [ + { + "description": "鏌ヨ鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.GetLocationProductList" + } + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/util.ResponseList" + } + } + } + } + }, "/api-wms/v1/locationProductAmount/update": { "post": { "produces": [ @@ -1675,6 +2024,13 @@ ], "summary": "淇敼搴撳瓨鐩樼偣淇℃伅", "parameters": [ + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + }, { "description": "鍏ュ簱/鍑哄簱淇℃伅", "name": "object", @@ -1733,6 +2089,13 @@ ], "summary": "鏇存敼璁板綍鐘舵��", "parameters": [ + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + }, { "type": "integer", "description": "id", @@ -1812,7 +2175,7 @@ "tags": [ "鍏ュ簱/鍑哄簱" ], - "summary": "鍏ュ簱/鍑哄簱鍒楄〃", + "summary": "鎿嶄綔璇︽儏鎺ュ彛", "parameters": [ { "type": "string", @@ -1820,13 +2183,32 @@ "name": "id", "in": "path", "required": true + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true } ], "responses": { "200": { "description": "鎴愬姛", "schema": { - "$ref": "#/definitions/util.Response" + "allOf": [ + { + "$ref": "#/definitions/util.Response" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/definitions/models.Operation" + } + } + } + ] } } } @@ -1841,37 +2223,11 @@ "鍏ュ簱/鍑哄簱" ], "summary": "鑾峰彇浜哄憳鍒楄〃", - "parameters": [ - { - "description": "鍙傛暟", - "name": "object", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/request.OperationCondition" - } - } - ], "responses": { "200": { "description": "鎴愬姛", "schema": { - "allOf": [ - { - "$ref": "#/definitions/util.ResponseList" - }, - { - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "$ref": "#/definitions/inventory_order.WorkerInfo" - } - } - } - } - ] + "$ref": "#/definitions/util.Response" } } } @@ -1907,6 +2263,13 @@ "summary": "鍏ュ簱/鍑哄簱鍒楄〃", "parameters": [ { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + }, + { "description": "鏌ヨ鍙傛暟", "name": "object", "in": "body", @@ -1920,7 +2283,22 @@ "200": { "description": "鎴愬姛", "schema": { - "$ref": "#/definitions/util.Response" + "allOf": [ + { + "$ref": "#/definitions/util.ResponseList" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/definitions/models.Operation" + } + } + } + } + ] } } } @@ -1997,6 +2375,13 @@ "summary": "娣诲姞鍏ュ簱/鍑哄簱", "parameters": [ { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + }, + { "description": "鍏ュ簱/鍑哄簱淇℃伅", "name": "object", "in": "body", @@ -2026,6 +2411,13 @@ ], "summary": "鍒犻櫎鍏ュ簱/鍑哄簱淇℃伅", "parameters": [ + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + }, { "type": "integer", "description": "id", @@ -2157,9 +2549,9 @@ "in": "query" }, { - "type": "integer", + "type": "string", "description": "浠撳簱id", - "name": "warehouseId", + "name": "warehouseIds", "in": "query" } ], @@ -2252,6 +2644,140 @@ "name": "id", "in": "path", "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/api-wms/v1/organize/department": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "閮ㄩ棬淇℃伅" + ], + "summary": "鏌ヨ閮ㄩ棬淇℃伅鍒楄〃", + "parameters": [ + { + "type": "integer", + "description": "椤电爜", + "name": "page", + "in": "query" + }, + { + "type": "integer", + "description": "姣忛〉澶у皬", + "name": "pageSize", + "in": "query" + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.ResponseList" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/definitions/models.Department" + } + } + } + } + ] + } + } + } + }, + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "閮ㄩ棬淇℃伅" + ], + "summary": "娣诲姞閮ㄩ棬淇℃伅", + "parameters": [ + { + "description": "閮ㄩ棬淇℃伅淇℃伅", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.AddDepartment" + } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/api-wms/v1/organize/department/{id}": { + "put": { + "produces": [ + "application/json" + ], + "tags": [ + "閮ㄩ棬淇℃伅" + ], + "summary": "缂栬緫閮ㄩ棬淇℃伅", + "parameters": [ + { + "description": "閮ㄩ棬淇℃伅淇℃伅", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.UpdateDepartment" + } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + }, + "delete": { + "produces": [ + "application/json" + ], + "tags": [ + "閮ㄩ棬淇℃伅" + ], + "summary": "缂栬緫閮ㄩ棬淇℃伅", + "parameters": [ + { + "description": "閮ㄩ棬淇℃伅淇℃伅", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.UpdateDepartment" + } } ], "responses": { @@ -2453,6 +2979,31 @@ "description": "id", "name": "id", "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/api-wms/v1/product/downloadInputFormat": { + "get": { + "tags": [ + "浜у搧" + ], + "summary": "涓嬭浇瀵煎叆鐗╂枡/浜у搧妯℃澘", + "parameters": [ + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", "required": true } ], @@ -2793,9 +3344,9 @@ "application/xlsx" ], "tags": [ - "鐗╂枡绠$悊" + "浜у搧" ], - "summary": "瀵煎叆鐗╂枡", + "summary": "瀵煎叆鐗╂枡/浜у搧", "parameters": [ { "type": "file", @@ -3273,6 +3824,99 @@ } } }, + "/api-wms/v1/systemConfig/get": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "绯荤粺璁剧疆" + ], + "summary": "鏍规嵁璁剧疆绫诲瀷鏌ヨ绯荤粺璁剧疆", + "parameters": [ + { + "enum": [ + 1 + ], + "type": "integer", + "x-enum-comments": { + "SystemConfigTypeInventoryCutOffPoint": "搴撳瓨缁撶畻鏃堕棿鐐�" + }, + "x-enum-varnames": [ + "SystemConfigTypeInventoryCutOffPoint" + ], + "description": "1 姣忔湀搴撳瓨缁撶畻鏃堕棿鐐�", + "name": "configType", + "in": "query", + "required": true + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.Response" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/definitions/models.SystemConfig" + } + } + } + ] + } + } + } + } + }, + "/api-wms/v1/systemConfig/save": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "绯荤粺璁剧疆" + ], + "summary": "淇濆瓨绯荤粺璁剧疆", + "parameters": [ + { + "description": "绯荤粺璁剧疆淇℃伅", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.SystemConfig" + } + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, "/api-wms/v1/warehouse/getWarehouseDetails/{id}": { "get": { "produces": [ @@ -3541,6 +4185,21 @@ "BaseOperationTypeAdjust" ] }, + "constvar.BoolType": { + "type": "integer", + "enum": [ + 1, + 2 + ], + "x-enum-comments": { + "BoolTypeFalse": "false", + "BoolTypeTrue": "true" + }, + "x-enum-varnames": [ + "BoolTypeTrue", + "BoolTypeFalse" + ] + }, "constvar.CostingMethod": { "type": "integer", "enum": [ @@ -3707,6 +4366,30 @@ "MaterialModeVirtual" ] }, + "constvar.MiniDictType": { + "type": "integer", + "enum": [ + 1, + 2, + 3, + 4, + 5 + ], + "x-enum-comments": { + "DisuseType": "鎶ュ簾绫诲瀷", + "StockoutType": "鍑哄簱绫诲瀷", + "StorageType": "鍏ュ簱绫诲瀷", + "TakeStockType": "鐩樼偣绫诲瀷", + "TransferType": "璋冩嫧绫诲瀷" + }, + "x-enum-varnames": [ + "StorageType", + "StockoutType", + "TransferType", + "TakeStockType", + "DisuseType" + ] + }, "constvar.OperationSource": { "type": "integer", "enum": [ @@ -3848,6 +4531,18 @@ "RuleType_ProductCategory" ] }, + "constvar.SystemConfigType": { + "type": "integer", + "enum": [ + 1 + ], + "x-enum-comments": { + "SystemConfigTypeInventoryCutOffPoint": "搴撳瓨缁撶畻鏃堕棿鐐�" + }, + "x-enum-varnames": [ + "SystemConfigTypeInventoryCutOffPoint" + ] + }, "constvar.WhetherType": { "type": "integer", "enum": [ @@ -3875,17 +4570,6 @@ "valid": { "description": "Valid is true if Time is not NULL", "type": "boolean" - } - } - }, - "inventory_order.WorkerInfo": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" } } }, @@ -4118,7 +4802,7 @@ "$ref": "#/definitions/models.Location" }, "locationId": { - "description": "LocationProductId int ` + "`" + `json:\"locationProductId\" gorm:\"type:int;not null;comment:涓婃灦瑙勫垯id\"` + "`" + ` //涓婃灦瑙勫垯id\nLocationProduct LocationProduct ` + "`" + `json:\"locationProduct\" gorm:\"foreignKey:LocationProductId;references:Id\"` + "`" + `", + "description": "浣嶇疆id", "type": "integer" }, "product": { @@ -4137,6 +4821,10 @@ }, "updateTime": { "type": "string" + }, + "warehouseId": { + "description": "浠撳簱id", + "type": "integer" } } }, @@ -4198,10 +4886,6 @@ "type": "integer" }, "barCode": { - "description": "鍒涘缓浜�", - "type": "string" - }, - "barcode": { "description": "鏉$爜", "type": "string" }, @@ -4461,6 +5145,38 @@ } } }, + "models.MiniDict": { + "type": "object", + "properties": { + "code": { + "description": "缂栫爜", + "type": "string" + }, + "id": { + "type": "integer" + }, + "isDefault": { + "description": "鏄惁榛樿", + "type": "boolean" + }, + "name": { + "description": "鍚嶇О", + "type": "string" + }, + "type": { + "description": "瀛楀吀绫诲瀷", + "allOf": [ + { + "$ref": "#/definitions/constvar.MiniDictType" + } + ] + }, + "value": { + "description": "鍊�", + "type": "string" + } + } + }, "models.MonthStats": { "type": "object", "properties": { @@ -4538,6 +5254,21 @@ "type": "number" } } + }, + "models.MonthStatsItemsType": { + "type": "integer", + "enum": [ + 1, + 2 + ], + "x-enum-comments": { + "MonthStatsItemsTypeInput": "鍏ュ簱", + "MonthStatsItemsTypeOutput": "鍑哄簱" + }, + "x-enum-varnames": [ + "MonthStatsItemsTypeInput", + "MonthStatsItemsTypeOutput" + ] }, "models.MoveHistory": { "type": "object", @@ -4621,12 +5352,15 @@ "type": "object", "properties": { "accountant": { + "description": "浼氳鍚嶇О", "type": "string" }, "accountantId": { + "description": "浼氳id", "type": "string" }, "auditDate": { + "description": "瀹℃壒鏃堕棿", "type": "string" }, "baseOperationType": { @@ -4638,36 +5372,50 @@ ] }, "checkedBy": { + "description": "楠岃瘉鑰匲serId", "type": "string" }, "comment": { + "description": "澶囨敞", "type": "string" }, "companyID": { + "description": "鍏徃ID-瀹㈡埛", "type": "string" }, "companyName": { + "description": "鍏徃鍚嶇О-瀹㈡埛", "type": "string" }, "contacterID": { + "description": "鑱旂郴浜篒D", "type": "integer" }, "contacterName": { + "description": "鑱旂郴浜哄鍚�", "type": "string" }, "createBy": { + "description": "鍒涘缓鑰匲serId", "type": "string" }, "createTime": { "type": "string" }, "custodian": { + "description": "淇濈鍛樺悕绉�", "type": "string" }, "custodianId": { + "description": "淇濈鍛榠d", + "type": "string" + }, + "dealerType": { + "description": "璋冩嫧鍑哄叆搴撶被鍨�", "type": "string" }, "details": { + "description": "鎿嶄綔鏄庣粏", "type": "array", "items": { "$ref": "#/definitions/models.OperationDetails" @@ -4693,9 +5441,15 @@ "type": "integer" }, "logisticCompany": { - "$ref": "#/definitions/models.LogisticCompany" + "description": "鐗╂祦鍏徃淇℃伅", + "allOf": [ + { + "$ref": "#/definitions/models.LogisticCompany" + } + ] }, "logisticCompanyId": { + "description": "鐗╂祦鍏徃id", "type": "string" }, "logisticWeight": { @@ -4703,9 +5457,11 @@ "type": "number" }, "manager": { + "description": "涓荤鍚嶇О", "type": "string" }, "managerId": { + "description": "涓荤id", "type": "string" }, "number": { @@ -4713,7 +5469,7 @@ "type": "string" }, "operationDate": { - "description": "FromLocationID int ` + "`" + `json:\"fromLocationId\" gorm:\"type:int;not null;comment:婧愪綅缃甶d\"` + "`" + ` //婧愪綅缃甶d\nFromLocation Location ` + "`" + `json:\"fromLocation\" gorm:\"foreignKey:FromLocationID;references:Id\"` + "`" + ` //婧愪綅缃甛nToLocationID int ` + "`" + `json:\"toLocationId\" gorm:\"type:int;not null;comment:鐩爣浣嶇疆id\"` + "`" + ` //鐩爣浣嶇疆id\nToLocation Location ` + "`" + `json:\"toLocation\" gorm:\"foreignKey:ToLocationID;references:Id\"` + "`" + ` //鐩爣浣嶇疆", + "description": "瀹夋帓鏃ユ湡", "type": "string" }, "operationSource": { @@ -4733,21 +5489,31 @@ "type": "string" }, "receiverAddr": { + "description": "鏀惰揣鍦板潃", "type": "string" }, "receiverName": { + "description": "鏀惰揣浜哄鍚�", "type": "string" }, "receiverPhone": { + "description": "鑱旂郴鐢佃瘽", "type": "string" }, "remark": { + "description": "澶囨敞", "type": "string" }, "salesDetailsNumber": { + "description": "閿�鍞槑缁嗙紪鐮�", + "type": "string" + }, + "silkMarket": { + "description": "鍢夎仈浠撳偍娣诲姞 SilkMarket", "type": "string" }, "source": { + "description": "鏉ユ簮绯荤粺", "type": "string" }, "sourceNumber": { @@ -4777,6 +5543,18 @@ "updateTime": { "type": "string" }, + "warehouse": { + "description": "浠撳簱淇℃伅", + "allOf": [ + { + "$ref": "#/definitions/models.Warehouse" + } + ] + }, + "warehouseId": { + "description": "浠撳簱id", + "type": "integer" + }, "waybillNumber": { "description": "杩愬崟鍙�", "type": "string" @@ -4795,16 +5573,30 @@ "type": "number" }, "auxiliaryAmount": { + "description": "杈呭姪鏁伴噺", "type": "number" }, "auxiliaryUnit": { + "description": "杈呭姪鍗曚綅", "type": "string" + }, + "baseOperationType": { + "description": "鍩虹浣滀笟绫诲瀷", + "allOf": [ + { + "$ref": "#/definitions/constvar.BaseOperationType" + } + ] }, "cost": { "description": "鎴愭湰鍗曚环", "type": "number" }, "createTime": { + "type": "string" + }, + "dealerType": { + "description": "鍑哄叆搴撶被鍨�", "type": "string" }, "fromLocation": { @@ -4827,7 +5619,7 @@ "type": "boolean" }, "operationId": { - "description": "鎿嶄綔id", + "description": "鎿嶄綔璁板綍id", "type": "integer" }, "product": { @@ -4843,10 +5635,23 @@ "type": "string" }, "remark": { + "description": "澶囨敞", "type": "string" }, "salePrice": { "description": "閿�鍞崟浠�", + "type": "number" + }, + "silkMarket": { + "description": "鍢夎仈浠撳偍娣诲姞 SilkMarket銆丼ilkMarketClose", + "type": "string" + }, + "silkMarketClose": { + "description": "搴勫彛鍏抽棴", + "type": "string" + }, + "stockAmount": { + "description": "搴撳瓨鏁伴噺锛岀洏鐐规椂鐢�", "type": "number" }, "toLocation": { @@ -4862,9 +5667,11 @@ "type": "integer" }, "totalGrossWeight": { + "description": "鎬绘瘺閲�", "type": "number" }, "totalNetWeight": { + "description": "鎬诲噣閲�", "type": "number" }, "updateTime": { @@ -4986,6 +5793,94 @@ } } }, + "models.SilkDict": { + "type": "object", + "properties": { + "createdAt": { + "type": "string" + }, + "deletedAt": { + "$ref": "#/definitions/gorm.DeletedAt" + }, + "dictType": { + "description": "瀛楀吀绫诲瀷", + "allOf": [ + { + "$ref": "#/definitions/models.SilkDictType" + } + ] + }, + "id": { + "type": "integer" + }, + "name": { + "description": "鍚嶇О", + "type": "string" + }, + "number": { + "description": "缂栧彿", + "type": "string" + }, + "remark": { + "description": "澶囨敞", + "type": "string" + }, + "updatedAt": { + "type": "string" + } + } + }, + "models.SilkDictType": { + "type": "integer", + "enum": [ + 1, + 2, + 3, + 4 + ], + "x-enum-comments": { + "DictTypeColor": "棰滆壊", + "DictTypeMarket": "搴勫彛", + "DictTypeSpec": "瑙勬牸", + "DictTypeWorkshop": "杞﹂棿" + }, + "x-enum-varnames": [ + "DictTypeMarket", + "DictTypeWorkshop", + "DictTypeColor", + "DictTypeSpec" + ] + }, + "models.SystemConfig": { + "type": "object", + "properties": { + "configType": { + "description": "姣忔湀搴撳瓨缁撶畻鏃堕棿鐐�", + "allOf": [ + { + "$ref": "#/definitions/constvar.SystemConfigType" + } + ] + }, + "createTime": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "name": { + "description": "璁剧疆鍚嶇О", + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "val": { + "description": "璁剧疆鍊�", + "type": "string" + } + } + }, "models.UnitDict": { "type": "object", "properties": { @@ -5068,6 +5963,14 @@ "description": "浠撳簱鍚嶇О", "type": "string" }, + "openMonthStats": { + "description": "鏄惁寮�鍚湀搴︾粺璁�", + "allOf": [ + { + "$ref": "#/definitions/constvar.BoolType" + } + ] + }, "outboundTransportation": { "description": "鍑哄簱杩愯緭", "type": "integer" @@ -5096,6 +5999,93 @@ "warehouseLocation": { "description": "搴撳瓨浣嶇疆", "type": "string" + } + } + }, + "models.WarehouseMonthStats": { + "type": "object", + "properties": { + "amount": { + "description": "鏈熸湯缁撲綑鏁伴噺", + "type": "number" + }, + "beginAmount": { + "description": "鏈熷垵鏁伴噺", + "type": "number" + }, + "createTime": { + "type": "string" + }, + "date": { + "description": "鏃ユ湡 2024-04", + "type": "string" + }, + "id": { + "type": "integer" + }, + "inputAmount": { + "description": "鍏ュ簱鏁伴噺", + "type": "number" + }, + "inputItems": { + "description": "鍏ュ簱鏄庣粏", + "type": "array", + "items": { + "$ref": "#/definitions/models.WarehouseStatsItems" + } + }, + "outputAmount": { + "description": "鍑哄簱鏁伴噺", + "type": "number" + }, + "outputItems": { + "description": "鍑哄簱鏄庣粏", + "type": "array", + "items": { + "$ref": "#/definitions/models.WarehouseStatsItems" + } + }, + "productId": { + "description": "浜у搧id", + "type": "string" + }, + "productName": { + "description": "浜у搧鍚嶇О", + "type": "string" + }, + "salePrice": { + "description": "閿�鍞崟浠�", + "type": "number" + }, + "unit": { + "description": "鍗曚綅", + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "warehouseId": { + "description": "浠撳簱ID", + "type": "integer" + } + } + }, + "models.WarehouseStatsItems": { + "type": "object", + "properties": { + "amount": { + "description": "鏁伴噺", + "type": "number" + }, + "name": { + "description": "鍏ュ簱鏉ユ簮锛屽嚭搴撳幓澶�", + "type": "string" + }, + "type": { + "$ref": "#/definitions/models.MonthStatsItemsType" + }, + "warehouseMonthStatsId": { + "type": "integer" } } }, @@ -5220,14 +6210,49 @@ } } }, + "request.AddMiniDict": { + "type": "object", + "properties": { + "isDefault": { + "description": "鏄惁榛樿", + "type": "boolean" + }, + "name": { + "description": "鍚嶇О", + "type": "string" + }, + "type": { + "description": "瀛楀吀绫诲瀷", + "allOf": [ + { + "$ref": "#/definitions/constvar.MiniDictType" + } + ] + }, + "value": { + "description": "鍊�", + "type": "string" + } + } + }, "request.AddOperation": { "type": "object", "properties": { "accountant": { + "description": "浼氳鍚嶇О", "type": "string" }, "accountantId": { + "description": "浼氳id", "type": "string" + }, + "baseOperationType": { + "description": "鍩虹浣滀笟绫诲瀷 1 鍏ュ簱 2 鍑哄簱 3 鍐呴儴璋冩嫧 4 鎶ュ簾 5 搴撳瓨鐩樼偣", + "allOf": [ + { + "$ref": "#/definitions/constvar.BaseOperationType" + } + ] }, "comment": { "description": "澶囨敞", @@ -5250,12 +6275,19 @@ "type": "string" }, "custodian": { + "description": "淇濈鍛樺悕绉�", "type": "string" }, "custodianId": { + "description": "淇濈鍛榠d", + "type": "string" + }, + "dealerType": { + "description": "璋冩嫧鍑哄叆搴撶被鍨�", "type": "string" }, "details": { + "description": "璇︽儏", "type": "array", "items": { "$ref": "#/definitions/request.OperationDetails" @@ -5269,6 +6301,7 @@ "type": "integer" }, "logisticCompanyId": { + "description": "鐗╂祦鍏徃id", "type": "string" }, "logisticWeight": { @@ -5276,9 +6309,11 @@ "type": "number" }, "manager": { + "description": "涓荤鍚嶇О", "type": "string" }, "managerId": { + "description": "涓荤id", "type": "string" }, "number": { @@ -5286,7 +6321,7 @@ "type": "string" }, "operationDate": { - "description": "FromLocationId int ` + "`" + `json:\"fromLocationId\" gorm:\"type:int;not null;comment:婧愪綅缃甶d\"` + "`" + ` //婧愪綅缃甶d\nToLocationId int ` + "`" + `json:\"toLocationId\" gorm:\"type:int;not null;comment:鐩爣浣嶇疆id\"` + "`" + ` //鐩爣浣嶇疆id", + "description": "FromLocationId int ` + "`" + `json:\"fromLocationId\" ` + "`" + ` //婧愪綅缃甶d\nToLocationId int ` + "`" + `json:\"toLocationId\" ` + "`" + ` //鐩爣浣嶇疆id", "type": "string" }, "operationTypeId": { @@ -5298,12 +6333,19 @@ "type": "string" }, "receiverAddr": { + "description": "鏀惰揣鍦板潃", "type": "string" }, "receiverName": { + "description": "鏀惰揣浜哄鍚�", "type": "string" }, "receiverPhone": { + "description": "鑱旂郴鐢佃瘽", + "type": "string" + }, + "silkMarket": { + "description": "搴勫彛", "type": "string" }, "sourceNumber": { @@ -5320,6 +6362,10 @@ }, "toLocationId": { "description": "鐩爣浣嶇疆id", + "type": "integer" + }, + "warehouseId": { + "description": "浠撳簱id", "type": "integer" }, "waybillNumber": { @@ -5492,6 +6538,43 @@ } } }, + "request.DoWarehouseMonthStats": { + "type": "object", + "properties": { + "token": { + "type": "string" + } + } + }, + "request.EditMiniDict": { + "type": "object", + "properties": { + "id": { + "description": "瀛楀吀绫诲瀷", + "type": "integer" + }, + "isDefault": { + "description": "鏄惁榛樿", + "type": "boolean" + }, + "name": { + "description": "鍚嶇О", + "type": "string" + }, + "type": { + "description": "瀛楀吀绫诲瀷", + "allOf": [ + { + "$ref": "#/definitions/constvar.MiniDictType" + } + ] + }, + "value": { + "description": "鍊�", + "type": "string" + } + } + }, "request.FinishLocationProductAmount": { "type": "object", "properties": { @@ -5542,9 +6625,9 @@ "description": "姣忛〉澶у皬", "type": "integer" }, - "warehouseCode": { - "description": "浠撳簱缂╁啓", - "type": "string" + "warehouseId": { + "description": "WarehouseCode string ` + "`" + `json:\"warehouseCode\"` + "`" + ` //浠撳簱缂╁啓", + "type": "integer" } } }, @@ -5582,6 +6665,13 @@ "unit": { "description": "鍗曚綅", "type": "string" + }, + "warehouseCode": { + "type": "string" + }, + "warehouseId": { + "description": "浠撳簱ID", + "type": "string" } } }, @@ -5609,6 +6699,12 @@ }, "locationId": { "type": "integer" + }, + "locationIds": { + "type": "array", + "items": { + "type": "integer" + } }, "page": { "description": "椤电爜", @@ -5650,6 +6746,45 @@ }, "type": { "type": "integer" + }, + "warehouseId": { + "description": "浠撳簱ID", + "type": "integer" + } + } + }, + "request.GetLocationProductList": { + "type": "object", + "properties": { + "keyword": { + "type": "string" + }, + "locationId": { + "type": "integer" + }, + "page": { + "description": "椤电爜", + "type": "integer" + }, + "pageSize": { + "description": "姣忛〉澶у皬", + "type": "integer" + }, + "warehouseId": { + "type": "integer" + } + } + }, + "request.GetMiniDictList": { + "type": "object", + "properties": { + "type": { + "description": "瀛楀吀绫诲瀷", + "allOf": [ + { + "$ref": "#/definitions/constvar.MiniDictType" + } + ] } } }, @@ -5668,6 +6803,12 @@ }, "pageSize": { "description": "姣忛〉澶у皬", + "type": "integer" + }, + "preload": { + "type": "boolean" + }, + "warehouseID": { "type": "integer" } } @@ -5730,10 +6871,28 @@ } } }, + "request.MiniDict": { + "type": "object", + "properties": { + "isDefault": { + "description": "鏄惁榛樿", + "type": "boolean" + }, + "name": { + "description": "鍚嶇О", + "type": "string" + }, + "value": { + "description": "鍊�", + "type": "string" + } + } + }, "request.OperationAllList": { "type": "object", "properties": { "number": { + "description": "鍗曞彿", "type": "string" }, "page": { @@ -5745,6 +6904,7 @@ "type": "integer" }, "sourceNumber": { + "description": "婧愬崟鍙�", "type": "string" } } @@ -5753,6 +6913,7 @@ "type": "object", "properties": { "condition": { + "description": "妯$硦鏌ヨ鏉′欢", "type": "string" }, "keyword": { @@ -5785,7 +6946,7 @@ "type": "integer" }, "amount": { - "description": "ProductName string ` + "`" + `json:\"productName\" gorm:\"type:varchar(255);not null;comment:浜у搧鍚嶇О\"` + "`" + ` //浜у搧鍚嶇О", + "description": "ProductName string ` + "`" + `json:\"productName\" ` + "`" + ` //浜у搧鍚嶇О", "type": "number" }, "auxiliaryAmount": { @@ -5801,7 +6962,7 @@ "type": "number" }, "fromLocationId": { - "description": "Unit string ` + "`" + `json:\"unit\" gorm:\"type:varchar(31);comment:鍗曚綅\"` + "`" + ` //鍗曚綅\nProduct models.Material ` + "`" + `json:\"product\" gorm:\"foreignKey:ProductId;references:ID\"` + "`" + `", + "description": "Unit string ` + "`" + `json:\"unit\"` + "`" + ` //鍗曚綅\nProduct models.Material ` + "`" + `json:\"product\" ` + "`" + ` // 浜у搧", "type": "integer" }, "productId": { @@ -5809,10 +6970,23 @@ "type": "string" }, "remark": { + "description": "澶囨敞", "type": "string" }, "salePrice": { "description": "閿�鍞崟浠�", + "type": "number" + }, + "silkMarket": { + "description": "搴勫彛", + "type": "string" + }, + "silkMarketClose": { + "description": "搴勫彛鍏抽棴", + "type": "string" + }, + "stockAmount": { + "description": "搴撳瓨鏁伴噺锛岀洏鐐规椂鐢�", "type": "number" }, "toLocationId": { @@ -5832,10 +7006,20 @@ "request.OperationList": { "type": "object", "properties": { + "baseOperationType": { + "description": "鍩虹浣滀笟绫诲瀷 1 鍏ュ簱 2 鍑哄簱 3 鍐呴儴璋冩嫧 4 鎶ュ簾 5 搴撳瓨鐩樼偣", + "allOf": [ + { + "$ref": "#/definitions/constvar.BaseOperationType" + } + ] + }, "number": { + "description": "鍗曞彿", "type": "string" }, "operationTypeId": { + "description": "浣滀笟绫诲瀷id", "type": "integer" }, "page": { @@ -5847,7 +7031,12 @@ "type": "integer" }, "status": { - "$ref": "#/definitions/constvar.OperationStatus" + "description": "鐘舵��", + "allOf": [ + { + "$ref": "#/definitions/constvar.OperationStatus" + } + ] } } }, @@ -5915,6 +7104,25 @@ } } }, + "request.SaveMiniDict": { + "type": "object", + "properties": { + "list": { + "type": "array", + "items": { + "$ref": "#/definitions/request.MiniDict" + } + }, + "type": { + "description": "瀛楀吀绫诲瀷", + "allOf": [ + { + "$ref": "#/definitions/constvar.MiniDictType" + } + ] + } + } + }, "request.SaveUnitDict": { "type": "object", "properties": { @@ -5923,6 +7131,30 @@ "items": { "$ref": "#/definitions/request.UnitDict" } + } + } + }, + "request.SystemConfig": { + "type": "object", + "properties": { + "ID": { + "type": "integer" + }, + "configType": { + "description": "1 姣忔湀搴撳瓨缁撶畻鏃堕棿鐐�", + "allOf": [ + { + "$ref": "#/definitions/constvar.SystemConfigType" + } + ] + }, + "name": { + "description": "璁剧疆鍚嶇О", + "type": "string" + }, + "val": { + "description": "璁剧疆鍊�", + "type": "string" } } }, @@ -6120,9 +7352,11 @@ "type": "object", "properties": { "accountant": { + "description": "浼氳鍚嶇О", "type": "string" }, "accountantId": { + "description": "浼氳id", "type": "string" }, "baseOperationType": { @@ -6154,18 +7388,25 @@ "type": "string" }, "custodian": { + "description": "淇濈鍛樺悕绉�", "type": "string" }, "custodianId": { + "description": "淇濈鍛榠d", "type": "string" }, "details": { + "description": "璇︽儏", "type": "array", "items": { "$ref": "#/definitions/request.OperationDetails" } }, "id": { + "type": "integer" + }, + "inventoryDealerType": { + "description": "璋冩嫧鍑哄叆搴撳垎绫�(瀵瑰簲dict瀛楀吀琛ㄧ殑ID)", "type": "integer" }, "locationId": { @@ -6180,9 +7421,11 @@ "type": "number" }, "manager": { + "description": "涓荤鍚嶇О", "type": "string" }, "managerId": { + "description": "涓荤id", "type": "string" }, "number": { @@ -6190,7 +7433,7 @@ "type": "string" }, "operationDate": { - "description": "FromLocationId int ` + "`" + `json:\"fromLocationId\" gorm:\"type:int;not null;comment:婧愪綅缃甶d\"` + "`" + ` //婧愪綅缃甶d\nToLocationId int ` + "`" + `json:\"toLocationId\" gorm:\"type:int;not null;comment:鐩爣浣嶇疆id\"` + "`" + ` //鐩爣浣嶇疆id", + "description": "FromLocationId int ` + "`" + `json:\"fromLocationId\" ` + "`" + ` //婧愪綅缃甶d\nToLocationId int ` + "`" + `json:\"toLocationId\" ` + "`" + ` //鐩爣浣嶇疆id", "type": "string" }, "operationTypeId": { @@ -6202,12 +7445,19 @@ "type": "string" }, "receiverAddr": { + "description": "鏀惰揣鍦板潃", "type": "string" }, "receiverName": { + "description": "鏀惰揣浜哄鍚�", "type": "string" }, "receiverPhone": { + "description": "鑱旂郴鐢佃瘽", + "type": "string" + }, + "silkMarket": { + "description": "搴勫彛", "type": "string" }, "sourceNumber": { @@ -6224,6 +7474,10 @@ }, "toLocationId": { "description": "鐩爣浣嶇疆id", + "type": "integer" + }, + "warehouseId": { + "description": "浠撳簱id", "type": "integer" }, "waybillNumber": { @@ -6367,8 +7621,16 @@ "description": "浜у搧id", "type": "string" }, + "productCategory": { + "description": "浜у搧绫诲埆", + "type": "string" + }, "productName": { "description": "浜у搧鍚嶇О", + "type": "string" + }, + "productSpecs": { + "description": "浜у搧瑙勬牸", "type": "string" }, "productType": { @@ -6448,6 +7710,29 @@ } } }, + "user.GetUserRequest": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "nickName": { + "type": "string" + }, + "parentId": { + "type": "string" + }, + "pos": { + "type": "string" + }, + "userName": { + "type": "string" + }, + "userType": { + "type": "integer" + } + } + }, "util.Response": { "type": "object", "properties": { -- Gitblit v1.8.0