lishihai
2024-06-29 5928c4b76d658e2b32ad2ff85f8fc35c78d394bf
概述->业务类型->按仓库Ids筛选->BUG REPORT
1个文件已修改
2 ■■■ 已修改文件
request/operation_type.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 {