user delivery type
This commit is contained in:
@@ -123,6 +123,7 @@ type UserDeliveryAddress struct {
|
||||
|
||||
Remark string `orm:"type(text)" json:"remark"`
|
||||
IsDefault int8 `json:"isDefault"`
|
||||
Type int `json:"type"` //1为寄件人,2为取件人(收货人)
|
||||
}
|
||||
|
||||
func (*UserDeliveryAddress) TableUnique() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user