liujiandao
2023-09-23 ea02a2a9a8219d44b103f0a31cf9fc81ff8495e1
request/warehouse.go
@@ -15,6 +15,7 @@
   Address                string   `json:"address" gorm:"type:varchar(512);comment:地址"`                                               //地址
   InboundTransportation  int      `json:"inboundTransportation" gorm:"type:int;comment:入向运输"`                                        //入向运输
   OutboundTransportation int      `json:"outboundTransportation" gorm:"type:int;comment:出库运输"`                                       //出库运输
   LocationId             int      `json:"locationId" gorm:"type:int;comment:位置id"`                                                   //位置id
}
type UpdateWarehouse struct {