user delivery type

This commit is contained in:
苏尹岚
2020-10-23 15:08:06 +08:00
parent 2b0bf4f7fe
commit 0460b48bbf
2 changed files with 3 additions and 0 deletions

View File

@@ -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 {