jds kuaidi

This commit is contained in:
苏尹岚
2020-12-09 15:36:35 +08:00
parent 633aef8f10
commit 3de8b4ca4d
3 changed files with 22 additions and 16 deletions

View File

@@ -100,6 +100,7 @@ type DeliveryOrder struct {
ActualWeight float64 `json:"actualWeight"` //实际重量
IsWeight int `json:"isWeight"` //0代表未验重1代表验重通过2代表不通过
Comment string `orm:"size(255)" json:"comment"` //备注
JobOrderID string `orm:"column(job_order_id)" json:"jobOrderID"`
}
func (v *DeliveryOrder) TableUnique() [][]string {