aa
This commit is contained in:
@@ -117,6 +117,7 @@ type DeliveryOrder struct {
|
||||
PackageCount int `json:"packageCount"` //包裹数
|
||||
ActualWeight float64 `json:"actualWeight"` //实际重量
|
||||
IsWeight int `json:"isWeight"` //0代表未验重,1代表验重通过,2代表不通过
|
||||
DiffPrice int `json:"diffPrice"` //如果超重了,扣除的差额
|
||||
Comment string `orm:"size(255)" json:"comment"` //备注
|
||||
JobOrderID string `orm:"column(job_order_id)" json:"jobOrderID"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user