liujiandao
2023-11-03 4a9bc4b7c84985047c7ebe0b991e8c8364bb56a2
request/reorder_rule_request.go
@@ -8,6 +8,9 @@
type GetReorderRuleList struct {
   PageInfo
   KeyWord string `json:"keyWord"`
   LocationId int    `json:"locationId"`
   ProductId  string `json:"productId"`
   Type       string `json:"type"` //类型:bh=补货
}
type ProductAmount struct {
@@ -15,7 +18,7 @@
   ToLocationId   int                      `json:"toLocationId"`
   FromLocationId int                      `json:"fromLocationId"`
   Amount         decimal.Decimal          `json:"amount"`
   Status         constvar.OperationStatus `json:"status"`
   BaseOperationType constvar.BaseOperationType `json:"baseOperationType"`
}
type GetAmountAndPrediction struct {