zhangqian
2024-06-21 9c7551a7a752c07db11b0fd23bfba8da1ad062e0
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"`         //关键字搜索
   WarehouseId int    `json:"warehouseId" form:"warehouseId"` //仓库id
}
type AddOperationType struct {