From a31f930fff45db997d25b74182ef4ff37492e9ec Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期一, 01 七月 2024 09:18:31 +0800 Subject: [PATCH] 字典查询去除字典类型判断 --- docs/docs.go | 940 ++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 800 insertions(+), 140 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index a30715f..4d24113 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1,5 +1,4 @@ -// Code generated by swaggo/swag. DO NOT EDIT. - +// Package docs Code generated by swaggo/swag. DO NOT EDIT package docs import "github.com/swaggo/swag" @@ -16,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": [ @@ -167,7 +32,7 @@ } }, "/api-wms/v1/attribute/attribute": { - "post": { + "get": { "produces": [ "application/json" ], @@ -184,6 +49,41 @@ "schema": { "$ref": "#/definitions/request.AttributeList" } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + }, + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "灞炴��" + ], + "summary": "娣诲姞灞炴��", + "parameters": [ + { + "description": "灞炴�т俊鎭�", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.AddAttribute" + } + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true } ], "responses": { @@ -649,6 +549,166 @@ "name": "id", "in": "path", "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/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/save": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鏁版嵁瀛楀吀" + ], + "summary": "鎵归噺鏇存柊杩蜂綘瀛楀吀(浼氬垹闄ゅ師鏁版嵁)", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.SaveMiniDict" + } } ], "responses": { @@ -2230,6 +2290,140 @@ } } }, + "/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": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, "/api-wms/v1/product/addDisuse": { "post": { "produces": [ @@ -2356,12 +2550,40 @@ "tags": [ "浜у搧" ], - "summary": "鍒犻櫎浜у搧", + "summary": "閫氳繃浜у搧/鍟嗗搧/鐗╂枡 ID鍒犻櫎浜у搧", "parameters": [ { "type": "string", "description": "id", "name": "id", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/api-wms/v1/product/deleteProductByBarCode/{barCode}": { + "delete": { + "produces": [ + "application/json" + ], + "tags": [ + "浜у搧" + ], + "summary": "閫氳繃浜у搧/鍟嗗搧/鐗╂枡 鏉″舰鐮佸垹闄や骇鍝�", + "parameters": [ + { + "type": "string", + "description": "barCode", + "name": "barCode", "in": "path", "required": true } @@ -2525,12 +2747,66 @@ "tags": [ "浜у搧" ], - "summary": "鑾峰彇浜у搧璇︽儏", + "summary": "閫氳繃浜у搧/鍟嗗搧/鐗╂枡 ID鑾峰彇浜у搧璇︽儏", "parameters": [ + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + }, { "type": "string", "description": "id", "name": "id", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.Response" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/definitions/models.Material" + } + } + } + ] + } + } + } + } + }, + "/api-wms/v1/product/getProductDetailsByBarCode/{barCode}": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "浜у搧" + ], + "summary": "閫氳繃浜у搧/鍟嗗搧/鐗╂枡 鏉″舰鐮� 鑾峰彇浜у搧璇︽儏", + "parameters": [ + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "barCode", + "name": "barCode", "in": "path", "required": true } @@ -2670,6 +2946,9 @@ }, "/api-wms/v1/product/inputProduct": { "post": { + "consumes": [ + "multipart/form-data" + ], "produces": [ "application/xlsx" ], @@ -2677,6 +2956,22 @@ "鐗╂枡绠$悊" ], "summary": "瀵煎叆鐗╂枡", + "parameters": [ + { + "type": "file", + "description": "file", + "name": "file", + "in": "formData", + "required": true + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + } + ], "responses": { "200": { "description": "鎴愬姛", @@ -3138,6 +3433,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": [ @@ -3424,6 +3812,21 @@ "CostingMethodAverageCost" ] }, + "constvar.FileTemplateCategory": { + "type": "integer", + "enum": [ + 1, + 2 + ], + "x-enum-comments": { + "FileTemplateCategory_Output": "鍑哄簱", + "FileTemplateCategory_Selfmade": "鍏ュ簱-鑷埗" + }, + "x-enum-varnames": [ + "FileTemplateCategory_Selfmade", + "FileTemplateCategory_Output" + ] + }, "constvar.FileType": { "type": "string", "enum": [ @@ -3555,6 +3958,24 @@ "MaterialModeConsumables", "MaterialModeOther", "MaterialModeVirtual" + ] + }, + "constvar.MiniDictType": { + "type": "integer", + "enum": [ + 1, + 2, + 3 + ], + "x-enum-comments": { + "StockoutType": "鍑哄簱绫诲瀷", + "StorageType": "鍏ュ簱绫诲瀷", + "TransferType": "璋冩嫧绫诲瀷" + }, + "x-enum-varnames": [ + "TransferType", + "StorageType", + "StockoutType" ] }, "constvar.OperationSource": { @@ -3696,6 +4117,18 @@ "x-enum-varnames": [ "RuleType_Product", "RuleType_ProductCategory" + ] + }, + "constvar.SystemConfigType": { + "type": "integer", + "enum": [ + 1 + ], + "x-enum-comments": { + "SystemConfigTypeInventoryCutOffPoint": "搴撳瓨缁撶畻鏃堕棿鐐�" + }, + "x-enum-varnames": [ + "SystemConfigTypeInventoryCutOffPoint" ] }, "constvar.WhetherType": { @@ -4047,7 +4480,7 @@ "autoIncr": { "type": "integer" }, - "barcode": { + "barCode": { "description": "鏉$爜", "type": "string" }, @@ -4307,6 +4740,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": { @@ -4522,6 +4987,12 @@ "id": { "type": "integer" }, + "inventoryDealer": { + "$ref": "#/definitions/models.MiniDict" + }, + "inventoryDealerType": { + "type": "integer" + }, "isInternalOutput": { "description": "鏄惁璋冩嫧浜х敓鐨勫嚭搴�", "type": "boolean" @@ -4587,6 +5058,9 @@ "receiverPhone": { "type": "string" }, + "remark": { + "type": "string" + }, "salesDetailsNumber": { "type": "string" }, @@ -4619,6 +5093,9 @@ }, "updateTime": { "type": "string" + }, + "warehouseId": { + "type": "integer" }, "waybillNumber": { "description": "杩愬崟鍙�", @@ -4829,6 +5306,36 @@ } } }, + "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": { @@ -4889,6 +5396,12 @@ }, "createTime": { "type": "string" + }, + "fileTemplateCategoryIn": { + "$ref": "#/definitions/constvar.FileTemplateCategory" + }, + "fileTemplateCategoryOut": { + "$ref": "#/definitions/constvar.FileTemplateCategory" }, "id": { "type": "integer" @@ -5057,6 +5570,31 @@ } } }, + "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": { @@ -5065,6 +5603,14 @@ }, "accountantId": { "type": "string" + }, + "baseOperationType": { + "description": "鍩虹浣滀笟绫诲瀷 5搴撳瓨鐩樼偣", + "allOf": [ + { + "$ref": "#/definitions/constvar.BaseOperationType" + } + ] }, "comment": { "description": "澶囨敞", @@ -5157,6 +5703,10 @@ }, "toLocationId": { "description": "鐩爣浣嶇疆id", + "type": "integer" + }, + "warehouseId": { + "description": "浠撳簱id", "type": "integer" }, "waybillNumber": { @@ -5329,6 +5879,35 @@ } } }, + "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": { @@ -5490,6 +6069,19 @@ } } }, + "request.GetMiniDictList": { + "type": "object", + "properties": { + "type": { + "description": "瀛楀吀绫诲瀷", + "allOf": [ + { + "$ref": "#/definitions/constvar.MiniDictType" + } + ] + } + } + }, "request.GetMonthStats": { "type": "object", "properties": { @@ -5563,6 +6155,23 @@ }, "productId": { "description": "浜у搧id", + "type": "string" + } + } + }, + "request.MiniDict": { + "type": "object", + "properties": { + "isDefault": { + "description": "鏄惁榛樿", + "type": "boolean" + }, + "name": { + "description": "鍚嶇О", + "type": "string" + }, + "value": { + "description": "鍊�", "type": "string" } } @@ -5669,6 +6278,14 @@ "request.OperationList": { "type": "object", "properties": { + "baseOperationType": { + "description": "1 鍏ュ簱 2 鍑哄簱 3 鍐呴儴璋冩嫧 4 鎶ュ簾 5 搴撳瓨鐩樼偣", + "allOf": [ + { + "$ref": "#/definitions/constvar.BaseOperationType" + } + ] + }, "number": { "type": "string" }, @@ -5752,6 +6369,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": { @@ -5763,6 +6399,30 @@ } } }, + "request.SystemConfig": { + "type": "object", + "properties": { + "ID": { + "type": "integer" + }, + "configType": { + "description": "1 姣忔湀搴撳瓨缁撶畻鏃堕棿鐐�", + "allOf": [ + { + "$ref": "#/definitions/constvar.SystemConfigType" + } + ] + }, + "name": { + "description": "璁剧疆鍚嶇О", + "type": "string" + }, + "val": { + "description": "璁剧疆鍊�", + "type": "string" + } + } + }, "request.UnitDict": { "type": "object", "properties": { -- Gitblit v1.8.0