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