jds kuaidi
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user