From 6856a595e0523216c16c03c58110f4ce80fa88b5 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期四, 28 九月 2023 10:33:04 +0800 Subject: [PATCH] 1.合并代码 --- request/location_product_amount.go | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/request/location_product_amount.go b/request/location_product_amount.go index fac0745..be4ca87 100644 --- a/request/location_product_amount.go +++ b/request/location_product_amount.go @@ -1,6 +1,8 @@ package request -import "github.com/shopspring/decimal" +import ( + "github.com/shopspring/decimal" +) type AddLocationProductAmount struct { LocationId int `json:"locationId"` @@ -18,3 +20,14 @@ Amount decimal.Decimal `json:"Amount"` //搴撳瓨鏁伴噺 ProductId string `json:"productId"` //浜у搧id } + +type GetRuleList struct { + LocationId int `json:"locationId"` //浣嶇疆id + ProductId string `json:"productId"` //浜у搧id +} + +type FinishLocationProductAmount struct { + OperationId int `json:"operationId"` //鍑哄叆搴搃d + ProductId string `json:"productId"` //浜у搧id + LocationProductAmountId int `json:"locationProductAmountId"` //搴撳瓨鐩樼偣id +} -- Gitblit v1.8.0