From 73b6baf6af3d88cdcb0e2df7932a9bd96b0b85c5 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 01 七月 2024 22:32:34 +0800 Subject: [PATCH] 月度统计出入库按类型汇总报表定时任务和手动跑任务接口 --- request/location_product_amount.go | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/request/location_product_amount.go b/request/location_product_amount.go index d4c4e9d..9b1a386 100644 --- a/request/location_product_amount.go +++ b/request/location_product_amount.go @@ -4,6 +4,11 @@ "github.com/shopspring/decimal" ) +type GetList struct { + PageInfo + Keyword string `json:"keyword"` +} + type AddLocationProductAmount struct { AdjustAmount decimal.Decimal `json:"adjustAmount" ` //宸�� DifferenceAmount decimal.Decimal `json:"differenceAmount"` //璁℃暟鏁伴噺 @@ -14,12 +19,13 @@ type UpdateLocationProductAmount struct { //LocationProductAmountId int `json:"locationProductAmountId"` //搴撳瓨鐩樼偣id - AdjustAmount decimal.Decimal `json:"adjustAmount" ` //宸�� - DifferenceAmount decimal.Decimal `json:"differenceAmount"` //璁℃暟鏁伴噺 - Amount decimal.Decimal `json:"amount"` //搴撳瓨鏁伴噺 - ProductId string `json:"productId"` //浜у搧id - OperationId int `json:"operationId"` //鍑哄叆搴搃d - LocationId int `json:"locationId"` //浣嶇疆id + AdjustAmount decimal.Decimal `json:"adjustAmount" ` //宸�� + DifferenceAmount decimal.Decimal `json:"differenceAmount"` //璁℃暟鏁伴噺 + Amount decimal.Decimal `json:"amount"` //搴撳瓨鏁伴噺 + ProductId string `json:"productId"` //浜у搧id + OperationId int `json:"operationId"` //鍑哄叆搴搃d + LocationId int `json:"locationId"` //浣嶇疆id + ProductCategoryId int `json:"productCategoryId"` //浜у搧绉嶇被id } type GetRuleList struct { -- Gitblit v1.8.0