zhangqian
2024-06-14 2ec42065712b96ac32ea706869949bf88f04770f
request/operation_type.go
@@ -5,6 +5,7 @@
type GetOperationTypeList struct {
   PageInfo
   Keyword string `json:"keyword"`
   WarehouseId int    `json:"warehouseId" gorm:"type:int;not null;comment:仓库id"` //仓库id
}
type AddOperationType struct {