| | |
| | | ReceiverAddr string `json:"receiverAddr" gorm:"type:varchar(255);comment:收货地址"` |
| | | LocationId int `json:"locationId" gorm:"type:int;not null;comment:源位置id"` //源位置id |
| | | ToLocationId int `json:"toLocationId" gorm:"type:int;not null;comment:仓库位置id"` //目标位置id |
| | | Manager string `json:"manager" gorm:"type:varchar(255);comment:主管"` |
| | | Accountant string `json:"accountant" gorm:"type:varchar(255);comment:会计"` |
| | | Custodian string `json:"custodian" gorm:"type:varchar(255);comment:保管员"` |
| | | } |
| | | |
| | | type OperationDetails struct { |
| | |
| | | ReceiverAddr string `json:"receiverAddr" gorm:"type:varchar(255);comment:收货地址"` |
| | | LocationId int `json:"locationId" gorm:"type:int;not null;comment:源位置id"` //源位置id |
| | | ToLocationId int `json:"toLocationId" gorm:"type:int;not null;comment:仓库位置id"` //目标位置id |
| | | Manager string `json:"manager" gorm:"type:varchar(255);comment:主管"` |
| | | Accountant string `json:"accountant" gorm:"type:varchar(255);comment:会计"` |
| | | Custodian string `json:"custodian" gorm:"type:varchar(255);comment:保管员"` |
| | | } |
| | | |
| | | type OperationAllList struct { |