yinbentan
2024-07-11 e042d530a290bb0e45e59fe5c06d813618d0e546
request/report_forms_request.go
@@ -4,9 +4,10 @@
type GetInventoryForms struct {
   PageInfo
   CategoryIds   []int  `json:"categoryIds"`   //产品类型id
   WarehouseCode string `json:"warehouseCode"` //仓库缩写
   KeyWord       string `json:"keyWord"`       //搜索条件
   CategoryIds []int `json:"categoryIds"` //产品类型id
   //WarehouseCode string `json:"warehouseCode"` //仓库缩写
   WarehouseId int    `json:"warehouseId"` //仓库ID
   KeyWord     string `json:"keyWord"`     //搜索条件
}
type GetInventoryHistory struct {