request/operation_type.go
@@ -4,7 +4,8 @@ type GetOperationTypeList struct { PageInfo Keyword string `json:"keyword"` Keyword string `json:"keyword"` WarehouseId int `json:"warehouseId" gorm:"type:int;not null;comment:仓库id"` //仓库id } type AddOperationType struct { @@ -31,3 +32,7 @@ ID uint `gorm:"comment:主键ID;primaryKey;" json:"id"` AddOperationType } type ListTransfer struct { Keyword string `json:"keyword"` }