lishihai
2024-06-29 cffa032bba4add2e3f5e51524d0627f583877511
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 []int  `json:"warehouseIds" form:"warehouseIds"` //仓库id
}
type AddOperationType struct {