This commit is contained in:
苏尹岚
2020-10-23 15:48:51 +08:00
parent 506a9a8764
commit 8e23dd4b1e
3 changed files with 30 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ type DeliveryOrder struct {
PickUpStartTime time.Time `json:"pickUpStartTime"` //预约取件开始时间
PickUpEndTime time.Time `json:"pickUpEndTime"` //预约取件结束时间
PackageCount int `json:"packageCount"` //包裹数
Comment string `orm:"size(255)" json:"comment"` //备注
}
func (v *DeliveryOrder) TableUnique() [][]string {