request/operation_type.go
@@ -5,7 +5,7 @@ type GetOperationTypeList struct { PageInfo Keyword string `json:"keyword" form:"keyword"` //关键字搜索 WarehouseId int `json:"warehouseId" form:"warehouseId"` //仓库id WarehouseIds []int `json:"warehouseIds" form:"warehouseIds"` //仓库id } type AddOperationType struct {