部署
This commit is contained in:
@@ -89,6 +89,7 @@ type ShipmentAdd struct {
|
||||
DeliveryCountryEng string // 运抵国英文
|
||||
Destination string // 目的地
|
||||
FactoryHaulAdress string // 工厂拖柜地址
|
||||
LogisticsCompanyId int64 // 物流公司id
|
||||
LogisticsCompany string // 物流公司
|
||||
LogisticsCompanyContactName string // 物流公司联系人
|
||||
LogisticsCompanyContactPhone string // 物流公司手机号
|
||||
@@ -160,6 +161,7 @@ type ReplyShipmentInfo struct {
|
||||
DeliveryCountryEng string `json:"deliveryCountryEng"`
|
||||
Destination string `json:"destination"`
|
||||
FactoryHaulAdress string `json:"factoryHaulAdress"`
|
||||
LogisticsCompanyId int64 `json:"logisticsCompanyId"`
|
||||
LogisticsCompany string `json:"logisticsCompany"`
|
||||
LogisticsCompanyContactName string `json:"logisticsCompanyContactName"`
|
||||
LogisticsCompanyContactPhone string `json:"logisticsCompanyContactPhone"`
|
||||
@@ -236,6 +238,7 @@ type ArgsShipmentData struct {
|
||||
Destination string // 目的地
|
||||
FactoryHaulAdress string // 工厂拖柜地址
|
||||
SeparableFlag int64 // 可分批标记(1=可分 2=不可分)
|
||||
LogisticsCompanyId int64 // 物流公司id
|
||||
LogisticsCompany string // 物流公司
|
||||
LogisticsCompanyContactName string // 物流公司联系人
|
||||
LogisticsCompanyContactPhone string // 物流公司联系人电话
|
||||
|
||||
Reference in New Issue
Block a user