yinbentan
2024-07-08 f4508a84236a4aff1c7b5bfa17a14a8ff95728ba
request/report_forms_request.go
@@ -16,6 +16,7 @@
   Unit              string                     `json:"unit"`              //单位
   KeyWord           string                     `json:"keyWord"`           //搜索条件
   BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` //基础作业类型
   WarehouseCode     string                     `json:"warehouseCode"`
}
type GetLocationForms struct {
@@ -24,6 +25,7 @@
   WareHouseCode string `json:"wareHouseCode"`
   ProductId     string `json:"productId"`
   LocationId    int    `json:"locationId"`
   LocationIds   []int  `json:"locationIds"`
}
type GetMonthStats struct {