fix
zhangqian
2024-07-04 f0786e779666d67a50cd57d82cfe1e278b47d397
request/operation_type.go
@@ -4,7 +4,8 @@
type GetOperationTypeList struct {
   PageInfo
   Keyword string `json:"keyword"`
   Keyword      string `json:"keyword" form:"keyword"`           //关键字搜索
   WarehouseIds string `json:"warehouseIds" form:"warehouseIds"` //仓库id
}
type AddOperationType struct {