zhangqian
2024-07-01 73b6baf6af3d88cdcb0e2df7932a9bd96b0b85c5
request/operation_type.go
@@ -4,8 +4,8 @@
type GetOperationTypeList struct {
   PageInfo
   Keyword     string `json:"keyword"`
   WarehouseId int    `json:"warehouseId" gorm:"type:int;not null;comment:仓库id"` //仓库id
   Keyword      string `json:"keyword" form:"keyword"`           //关键字搜索
   WarehouseIds string `json:"warehouseIds" form:"warehouseIds"` //仓库id
}
type AddOperationType struct {