jiangshuai
2023-09-28 a21d2184eae304ae80f32353c8a49b64a7618d22
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"`
@@ -19,8 +21,13 @@
   ProductId        string          `json:"productId"`        //产品id
}
type GetRuleList struct {
   LocationId int    `json:"locationId"` //位置id
   ProductId  string `json:"productId"`  //产品id
}
type FinishLocationProductAmount struct {
   LocationProductAmountId int    `json:"locationProductAmountId"` //库存盘点id
   OperationId             int    `json:"operationId"`             //出入库id
   ProductId               string `json:"productId"`               //产品id
   LocationProductAmountId int    `json:"locationProductAmountId"` //库存盘点id
}