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