|
|
@@ -9,5 +9,6 @@ type ServiceAwardReturnBase struct { |
|
|
|
MallPeriod int `json:"mall_period" xorm:"default 0 INT(11)"` |
|
|
|
MemberUplvPeriod int `json:"member_uplv_period" xorm:"INT(11)"` |
|
|
|
NewMemberPeriod int `json:"new_member_period" xorm:"default 0 INT(11)"` |
|
|
|
CoinId int `json:"coin_id" xorm:"default 0 INT(11)"` |
|
|
|
AutoDate int `json:"auto_date" xorm:"default 0 INT(11)"` |
|
|
|
HandDate int `json:"hand_date" xorm:"default 0 INT(11)"` |
|
|
|
} |