|
|
@@ -13,4 +13,5 @@ type ServiceAwardReturnBase struct { |
|
|
|
NewMemberPeriod int `json:"new_member_period" xorm:"default 0 INT(11)"` |
|
|
|
AutoDate time.Time `json:"auto_date" xorm:"DATETIME"` |
|
|
|
HandDate time.Time `json:"hand_date" xorm:"DATETIME"` |
|
|
|
CoinId int `json:"coin_id" xorm:"default 0 INT(11)"` |
|
|
|
} |