This commit is contained in:
苏尹岚
2020-12-30 11:18:59 +08:00
parent 8c5f5cf858
commit 5efd085da5
4 changed files with 83 additions and 37 deletions

View File

@@ -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"`
}