From b7eb56d137d10512a97d11450d8db852b980cfb6 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 03 七月 2024 16:15:10 +0800
Subject: [PATCH] 位置报表支持传入位置数据参数
---
docs/docs.go | 1777 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 1,637 insertions(+), 140 deletions(-)
diff --git a/docs/docs.go b/docs/docs.go
index ebff3df..709fcde 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,146 +15,292 @@
"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": [
"闄勪欢绠$悊"
],
"summary": "涓婁紶闄勪欢",
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-wms/v1/attribute/attribute": {
+ "get": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "灞炴�у�煎拰瀵硅薄"
+ ],
+ "summary": "娣诲姞灞炴�у�煎拰瀵硅薄",
+ "parameters": [
+ {
+ "description": "灞炴�у�煎拰瀵硅薄淇℃伅",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "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": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-wms/v1/attribute/delete/{id}": {
+ "delete": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "灞炴��"
+ ],
+ "summary": "鍒犻櫎灞炴��",
+ "parameters": [
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ },
+ {
+ "type": "string",
+ "description": "灞炴�d",
+ "name": "id",
+ "in": "path",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-wms/v1/attribute/primary/{id}": {
+ "get": {
+ "tags": [
+ "灞炴�у�煎拰瀵硅薄"
+ ],
+ "summary": "鏌ヨ灞炴�у�煎拰瀵硅薄 閫氳繃涓婚敭ID鏌ヨ",
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-wms/v1/attribute/updateAttribute/{id}": {
+ "put": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "灞炴��"
+ ],
+ "summary": "缂栬緫灞炴��",
+ "parameters": [
+ {
+ "description": "灞炴�т俊鎭�",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.UpdateAttribute"
+ }
+ },
+ {
+ "type": "string",
+ "description": "灞炴�d",
+ "name": "id",
+ "in": "path",
+ "required": true
+ },
+ {
+ "type": "string",
+ "description": "token",
+ "name": "Authorization",
+ "in": "header",
+ "required": true
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-wms/v1/attributeValue/add": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "灞炴�у�煎拰瀵硅薄"
+ ],
+ "summary": "娣诲姞灞炴�у�煎拰瀵硅薄",
+ "parameters": [
+ {
+ "description": "灞炴�у�煎拰瀵硅薄淇℃伅",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.AddAttributeValue"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-wms/v1/attributeValue/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/attributeValue/list": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "灞炴�у�煎拰瀵硅薄"
+ ],
+ "summary": "鏌ヨ灞炴�у�煎拰瀵硅薄 鍒嗛〉鏉′欢绛涢�塚alue like '%v%' 妯$硦鏌ヨ",
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-wms/v1/attributeValue/primary/{id}": {
+ "get": {
+ "tags": [
+ "灞炴�у�煎拰瀵硅薄"
+ ],
+ "summary": "鏌ヨ灞炴�у�煎拰瀵硅薄 閫氳繃涓婚敭ID鏌ヨ",
+ "responses": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
+ "/api-wms/v1/attributeValue/update": {
+ "post": {
+ "produces": [
+ "application/json"
+ ],
+ "tags": [
+ "灞炴�у�煎拰瀵硅薄"
+ ],
+ "summary": "鏇存柊灞炴�у�煎拰瀵硅薄",
+ "parameters": [
+ {
+ "description": "灞炴�у�煎拰瀵硅薄淇℃伅",
+ "name": "object",
+ "in": "body",
+ "required": true,
+ "schema": {
+ "$ref": "#/definitions/request.UpdateAttributeValue"
+ }
+ }
+ ],
"responses": {
"200": {
"description": "鎴愬姛",
@@ -416,6 +561,166 @@
}
}
},
+ "/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": {
+ "200": {
+ "description": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
+ }
+ }
+ }
+ }
+ },
"/api-wms/v1/forms/doMonthStats": {
"post": {
"produces": [
@@ -433,6 +738,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"
}
},
{
@@ -676,6 +1033,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": [
@@ -874,6 +1283,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"
}
}
}
@@ -1641,7 +2102,22 @@
"200": {
"description": "鎴愬姛",
"schema": {
- "$ref": "#/definitions/util.Response"
+ "allOf": [
+ {
+ "$ref": "#/definitions/util.ResponseList"
+ },
+ {
+ "type": "object",
+ "properties": {
+ "data": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/models.Operation"
+ }
+ }
+ }
+ }
+ ]
}
}
}
@@ -1861,6 +2337,7 @@
"parameters": [
{
"type": "string",
+ "description": "鍏抽敭瀛楁悳绱�",
"name": "keyword",
"in": "query"
},
@@ -1874,6 +2351,12 @@
"type": "integer",
"description": "姣忛〉澶у皬",
"name": "pageSize",
+ "in": "query"
+ },
+ {
+ "type": "string",
+ "description": "浠撳簱id",
+ "name": "warehouseIds",
"in": "query"
}
],
@@ -1966,6 +2449,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": {
@@ -2104,12 +2721,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
}
@@ -2273,12 +2918,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
}
@@ -2411,6 +3110,44 @@
}
}
]
+ }
+ }
+ }
+ }
+ },
+ "/api-wms/v1/product/inputProduct": {
+ "post": {
+ "consumes": [
+ "multipart/form-data"
+ ],
+ "produces": [
+ "application/xlsx"
+ ],
+ "tags": [
+ "鐗╂枡绠$悊"
+ ],
+ "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": "鎴愬姛",
+ "schema": {
+ "$ref": "#/definitions/util.Response"
}
}
}
@@ -2867,6 +3604,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": [
@@ -3135,6 +3965,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": [
@@ -3151,6 +3996,21 @@
"CostingMethodStandardPrice",
"CostingMethodFIFO",
"CostingMethodAverageCost"
+ ]
+ },
+ "constvar.FileTemplateCategory": {
+ "type": "integer",
+ "enum": [
+ 1,
+ 2
+ ],
+ "x-enum-comments": {
+ "FileTemplateCategory_Output": "鍑哄簱",
+ "FileTemplateCategory_Selfmade": "鍏ュ簱-鑷埗"
+ },
+ "x-enum-varnames": [
+ "FileTemplateCategory_Selfmade",
+ "FileTemplateCategory_Output"
]
},
"constvar.FileType": {
@@ -3284,6 +4144,27 @@
"MaterialModeConsumables",
"MaterialModeOther",
"MaterialModeVirtual"
+ ]
+ },
+ "constvar.MiniDictType": {
+ "type": "integer",
+ "enum": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "x-enum-comments": {
+ "StockoutType": "鍑哄簱绫诲瀷",
+ "StorageType": "鍏ュ簱绫诲瀷",
+ "TakeStock": "鐩樼偣绫诲瀷",
+ "TransferType": "璋冩嫧绫诲瀷"
+ },
+ "x-enum-varnames": [
+ "StorageType",
+ "StockoutType",
+ "TransferType",
+ "TakeStock"
]
},
"constvar.OperationSource": {
@@ -3427,6 +4308,18 @@
"RuleType_ProductCategory"
]
},
+ "constvar.SystemConfigType": {
+ "type": "integer",
+ "enum": [
+ 1
+ ],
+ "x-enum-comments": {
+ "SystemConfigTypeInventoryCutOffPoint": "搴撳瓨缁撶畻鏃堕棿鐐�"
+ },
+ "x-enum-varnames": [
+ "SystemConfigTypeInventoryCutOffPoint"
+ ]
+ },
"constvar.WhetherType": {
"type": "integer",
"enum": [
@@ -3444,6 +4337,18 @@
"WhetherTypeAlways",
"ReservationNever"
]
+ },
+ "gorm.DeletedAt": {
+ "type": "object",
+ "properties": {
+ "time": {
+ "type": "string"
+ },
+ "valid": {
+ "description": "Valid is true if Time is not NULL",
+ "type": "boolean"
+ }
+ }
},
"inventory_order.WorkerInfo": {
"type": "object",
@@ -3473,6 +4378,46 @@
},
"id": {
"type": "integer"
+ }
+ }
+ },
+ "models.Attribute": {
+ "type": "object",
+ "properties": {
+ "createdAt": {
+ "type": "string"
+ },
+ "dataType": {
+ "description": "鍊肩被鍨嬶紙1瀛楃涓� 2 int 3 涓嬫媺妗� 锛�",
+ "type": "integer"
+ },
+ "deletedAt": {
+ "$ref": "#/definitions/gorm.DeletedAt"
+ },
+ "entityType": {
+ "description": "缁欒皝鐢ㄧ殑 1 鐗╂枡锛堜骇鍝侊級",
+ "type": "integer"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "name": {
+ "description": "灞炴�у悕绉�",
+ "type": "string"
+ },
+ "selectValues": {
+ "description": "dateType=3鏃剁敤",
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "value": {
+ "description": "浠嶢ttributeValue鍙栧埌鐨剉alue",
+ "type": "string"
}
}
},
@@ -3714,10 +4659,17 @@
"$ref": "#/definitions/models.Attachment"
}
},
+ "attributes": {
+ "description": "鍔ㄦ�佸睘鎬�",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/models.Attribute"
+ }
+ },
"autoIncr": {
"type": "integer"
},
- "barcode": {
+ "barCode": {
"description": "鏉$爜",
"type": "string"
},
@@ -3760,6 +4712,10 @@
"cost": {
"description": "鎴愭湰",
"type": "number"
+ },
+ "createBy": {
+ "description": "鍒涘缓浜�",
+ "type": "string"
},
"currencyName": {
"description": "甯佺鍚嶇О",
@@ -3973,6 +4929,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": {
@@ -4149,6 +5137,9 @@
}
]
},
+ "checkedBy": {
+ "type": "string"
+ },
"comment": {
"type": "string"
},
@@ -4162,6 +5153,9 @@
"type": "integer"
},
"contacterName": {
+ "type": "string"
+ },
+ "createBy": {
"type": "string"
},
"createTime": {
@@ -4181,6 +5175,16 @@
},
"id": {
"type": "integer"
+ },
+ "inventoryDealer": {
+ "$ref": "#/definitions/models.MiniDict"
+ },
+ "inventoryDealerType": {
+ "type": "integer"
+ },
+ "isInternalOutput": {
+ "description": "鏄惁璋冩嫧浜х敓鐨勫嚭搴�",
+ "type": "boolean"
},
"location": {
"description": "婧愪綅缃�",
@@ -4243,6 +5247,9 @@
"receiverPhone": {
"type": "string"
},
+ "remark": {
+ "type": "string"
+ },
"salesDetailsNumber": {
"type": "string"
},
@@ -4276,6 +5283,12 @@
"updateTime": {
"type": "string"
},
+ "warehouse": {
+ "$ref": "#/definitions/models.Warehouse"
+ },
+ "warehouseId": {
+ "type": "integer"
+ },
"waybillNumber": {
"description": "杩愬崟鍙�",
"type": "string"
@@ -4299,7 +5312,23 @@
"auxiliaryUnit": {
"type": "string"
},
+ "baseOperationType": {
+ "description": "鍩虹浣滀笟绫诲瀷",
+ "allOf": [
+ {
+ "$ref": "#/definitions/constvar.BaseOperationType"
+ }
+ ]
+ },
+ "cost": {
+ "description": "鎴愭湰鍗曚环",
+ "type": "number"
+ },
"createTime": {
+ "type": "string"
+ },
+ "dealerType": {
+ "description": "鍑哄叆搴撶被鍨�",
"type": "string"
},
"fromLocation": {
@@ -4317,6 +5346,10 @@
"id": {
"type": "integer"
},
+ "isInternalOutput": {
+ "description": "鏄惁璋冩嫧浜х敓鐨勫嚭搴�",
+ "type": "boolean"
+ },
"operationId": {
"description": "鎿嶄綔id",
"type": "integer"
@@ -4332,6 +5365,13 @@
"productId": {
"description": "浜у搧id",
"type": "string"
+ },
+ "remark": {
+ "type": "string"
+ },
+ "salePrice": {
+ "description": "閿�鍞崟浠�",
+ "type": "number"
},
"toLocation": {
"description": "鐩爣浣嶇疆",
@@ -4470,6 +5510,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": {
@@ -4491,6 +5561,7 @@
"type": "number"
},
"floating": {
+ "description": "鏄惁娴姩鍒╃巼",
"type": "boolean"
},
"unit": {
@@ -4530,6 +5601,12 @@
"createTime": {
"type": "string"
},
+ "fileTemplateCategoryIn": {
+ "$ref": "#/definitions/constvar.FileTemplateCategory"
+ },
+ "fileTemplateCategoryOut": {
+ "$ref": "#/definitions/constvar.FileTemplateCategory"
+ },
"id": {
"type": "integer"
},
@@ -4544,6 +5621,14 @@
"name": {
"description": "浠撳簱鍚嶇О",
"type": "string"
+ },
+ "openMonthStats": {
+ "description": "鏄惁寮�鍚湀搴︾粺璁�",
+ "allOf": [
+ {
+ "$ref": "#/definitions/constvar.BoolType"
+ }
+ ]
},
"outboundTransportation": {
"description": "鍑哄簱杩愯緭",
@@ -4572,6 +5657,127 @@
},
"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"
+ },
+ "warehouseMonthStatsId": {
+ "type": "integer"
+ }
+ }
+ },
+ "request.AddAttribute": {
+ "type": "object",
+ "properties": {
+ "dataType": {
+ "description": "鍊肩被鍨嬶紙1瀛楃涓� 2 int 3 涓嬫媺妗� 锛�",
+ "type": "integer"
+ },
+ "entityType": {
+ "description": "缁欒皝鐢ㄧ殑 1 鐗╂枡锛堜骇鍝侊級",
+ "type": "integer"
+ },
+ "name": {
+ "description": "灞炴�у悕绉�",
+ "type": "string"
+ },
+ "selectValues": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ }
+ }
+ },
+ "request.AddAttributeValue": {
+ "type": "object",
+ "properties": {
+ "attributeId": {
+ "type": "integer"
+ },
+ "entityId": {
+ "type": "string"
+ },
+ "value": {
"type": "string"
}
}
@@ -4660,6 +5866,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": {
@@ -4668,6 +5899,14 @@
},
"accountantId": {
"type": "string"
+ },
+ "baseOperationType": {
+ "description": "鍩虹浣滀笟绫诲瀷 5搴撳瓨鐩樼偣",
+ "allOf": [
+ {
+ "$ref": "#/definitions/constvar.BaseOperationType"
+ }
+ ]
},
"comment": {
"description": "澶囨敞",
@@ -4702,6 +5941,9 @@
}
},
"id": {
+ "type": "integer"
+ },
+ "inventoryDealerType": {
"type": "integer"
},
"locationId": {
@@ -4760,6 +6002,10 @@
},
"toLocationId": {
"description": "鐩爣浣嶇疆id",
+ "type": "integer"
+ },
+ "warehouseId": {
+ "description": "浠撳簱id",
"type": "integer"
},
"waybillNumber": {
@@ -4905,10 +6151,66 @@
}
}
},
+ "request.AttributeList": {
+ "type": "object",
+ "properties": {
+ "entityType": {
+ "type": "integer"
+ },
+ "keyword": {
+ "type": "string"
+ },
+ "page": {
+ "description": "椤电爜",
+ "type": "integer"
+ },
+ "pageSize": {
+ "description": "姣忛〉澶у皬",
+ "type": "integer"
+ }
+ }
+ },
"request.DoMonthStats": {
"type": "object",
"properties": {
"token": {
+ "type": "string"
+ }
+ }
+ },
+ "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"
}
}
@@ -5074,6 +6376,19 @@
}
}
},
+ "request.GetMiniDictList": {
+ "type": "object",
+ "properties": {
+ "type": {
+ "description": "瀛楀吀绫诲瀷",
+ "allOf": [
+ {
+ "$ref": "#/definitions/constvar.MiniDictType"
+ }
+ ]
+ }
+ }
+ },
"request.GetMonthStats": {
"type": "object",
"properties": {
@@ -5089,6 +6404,12 @@
},
"pageSize": {
"description": "姣忛〉澶у皬",
+ "type": "integer"
+ },
+ "preload": {
+ "type": "boolean"
+ },
+ "warehouseID": {
"type": "integer"
}
}
@@ -5151,6 +6472,23 @@
}
}
},
+ "request.MiniDict": {
+ "type": "object",
+ "properties": {
+ "isDefault": {
+ "description": "鏄惁榛樿",
+ "type": "boolean"
+ },
+ "name": {
+ "description": "鍚嶇О",
+ "type": "string"
+ },
+ "value": {
+ "description": "鍊�",
+ "type": "string"
+ }
+ }
+ },
"request.OperationAllList": {
"type": "object",
"properties": {
@@ -5176,12 +6514,24 @@
"condition": {
"type": "string"
},
+ "keyword": {
+ "description": "鍏抽敭瀛楁悳绱�",
+ "type": "string"
+ },
+ "locationId": {
+ "description": "浣嶇疆ID",
+ "type": "integer"
+ },
"page": {
"description": "椤电爜",
"type": "integer"
},
"pageSize": {
"description": "姣忛〉澶у皬",
+ "type": "integer"
+ },
+ "warehouseId": {
+ "description": "浠撳簱ID",
"type": "integer"
}
}
@@ -5205,6 +6555,10 @@
"description": "杈呭姪鍗曚綅",
"type": "string"
},
+ "cost": {
+ "description": "鎴愭湰鍗曚环",
+ "type": "number"
+ },
"fromLocationId": {
"description": "Unit string ` + "`" + `json:\"unit\" gorm:\"type:varchar(31);comment:鍗曚綅\"` + "`" + ` //鍗曚綅\nProduct models.Material ` + "`" + `json:\"product\" gorm:\"foreignKey:ProductId;references:ID\"` + "`" + `",
"type": "integer"
@@ -5212,6 +6566,13 @@
"productId": {
"description": "浜у搧id",
"type": "string"
+ },
+ "remark": {
+ "type": "string"
+ },
+ "salePrice": {
+ "description": "閿�鍞崟浠�",
+ "type": "number"
},
"toLocationId": {
"description": "鐩爣浣嶇疆id",
@@ -5230,6 +6591,14 @@
"request.OperationList": {
"type": "object",
"properties": {
+ "baseOperationType": {
+ "description": "1 鍏ュ簱 2 鍑哄簱 3 鍐呴儴璋冩嫧 4 鎶ュ簾 5 搴撳瓨鐩樼偣",
+ "allOf": [
+ {
+ "$ref": "#/definitions/constvar.BaseOperationType"
+ }
+ ]
+ },
"number": {
"type": "string"
},
@@ -5313,6 +6682,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": {
@@ -5324,6 +6712,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": {
@@ -5331,6 +6743,49 @@
"type": "boolean"
},
"name": {
+ "type": "string"
+ }
+ }
+ },
+ "request.UpdateAttribute": {
+ "type": "object",
+ "properties": {
+ "dataType": {
+ "description": "鍊肩被鍨嬶紙1瀛楃涓� 2 int 3 涓嬫媺妗� 锛�",
+ "type": "integer"
+ },
+ "entityType": {
+ "description": "缁欒皝鐢ㄧ殑 1 鐗╂枡锛堜骇鍝侊級",
+ "type": "integer"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "name": {
+ "description": "灞炴�у悕绉�",
+ "type": "string"
+ },
+ "selectValues": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ }
+ }
+ },
+ "request.UpdateAttributeValue": {
+ "type": "object",
+ "properties": {
+ "attributeId": {
+ "type": "integer"
+ },
+ "entityId": {
+ "type": "string"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "value": {
"type": "string"
}
}
@@ -5523,6 +6978,9 @@
"id": {
"type": "integer"
},
+ "inventoryDealerType": {
+ "type": "integer"
+ },
"locationId": {
"description": "婧愪綅缃甶d",
"type": "integer"
@@ -5579,6 +7037,10 @@
},
"toLocationId": {
"description": "鐩爣浣嶇疆id",
+ "type": "integer"
+ },
+ "warehouseId": {
+ "description": "浠撳簱id",
"type": "integer"
},
"waybillNumber": {
@@ -5674,9 +7136,23 @@
"description": "鍦ㄥ簱鏁伴噺",
"type": "number"
},
+ "amountMoreUnits": {
+ "description": "鍦ㄥ簱鏁伴噺澶氬崟浣�",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/models.UnitItems"
+ }
+ },
"availableNumber": {
"description": "鍙敤搴撳瓨",
"type": "number"
+ },
+ "availableNumberMoreUnits": {
+ "description": "鍙敤搴撳瓨澶氬崟浣�",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/models.UnitItems"
+ }
},
"cost": {
"description": "鎴愭湰",
@@ -5686,9 +7162,23 @@
"description": "鍏ュ簱",
"type": "number"
},
+ "inMoreUnits": {
+ "description": "鍏ュ簱澶氬崟浣�",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/models.UnitItems"
+ }
+ },
"out": {
"description": "鍑哄簱",
"type": "number"
+ },
+ "outMoreUnits": {
+ "description": "鍑哄簱澶氬崟浣�",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/models.UnitItems"
+ }
},
"produceId": {
"description": "浜у搧id",
@@ -5719,6 +7209,13 @@
"description": "鏁伴噺",
"type": "number"
},
+ "amountMoreUnits": {
+ "description": "鍦ㄥ簱鏁伴噺澶氬崟浣�",
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/models.UnitItems"
+ }
+ },
"locationId": {
"description": "浣嶇疆id",
"type": "integer"
--
Gitblit v1.8.0