yinbentan
2024-07-03 53b83f1b5fd89336438dfa6de33541fcd81a290f
request/operation_type.go
@@ -4,8 +4,8 @@
type GetOperationTypeList struct {
   PageInfo
   Keyword     string `json:"keyword" form:"keyword"`         //关键字搜索
   WarehouseId int    `json:"warehouseId" form:"warehouseId"` //仓库id
   Keyword      string `json:"keyword" form:"keyword"`           //关键字搜索
   WarehouseIds string `json:"warehouseIds" form:"warehouseIds"` //仓库id
}
type AddOperationType struct {