request/report_forms_request.go
@@ -4,6 +4,7 @@ PageInfo CategoryIds []int `json:"categoryIds"` //产品类型id WarehouseCode string `json:"warehouseCode"` //仓库缩写 KeyWord string `json:"keyWord"` //搜索条件 } type GetInventoryHistory struct { @@ -11,6 +12,7 @@ ProduceId string `json:"produceId"` //产品id ProductName string `json:"productName"` //产品名称 Unit string `json:"unit"` //单位 KeyWord string `json:"keyWord"` //搜索条件 } type GetLocationForms struct {