request/report_forms_request.go
@@ -5,7 +5,8 @@ type GetInventoryForms struct { PageInfo CategoryIds []int `json:"categoryIds"` //产品类型id WarehouseCode string `json:"warehouseCode"` //仓库缩写 //WarehouseCode string `json:"warehouseCode"` //仓库缩写 WarehouseId int `json:"warehouseId"` //仓库ID KeyWord string `json:"keyWord"` //搜索条件 }