diff --git a/src/model/user_egg_score_data.go b/src/model/user_egg_score_data.go index de93f14..72d1f2a 100644 --- a/src/model/user_egg_score_data.go +++ b/src/model/user_egg_score_data.go @@ -16,7 +16,7 @@ type UserEggScoreData struct { CollegeLearningNums int `json:"college_learning_nums" xorm:"not null default 0 comment('学院学习次数') INT(11)"` ViolateNums int `json:"violate_nums" xorm:"not null default 0 comment('违规次数') INT(11)"` BrowseInterfaceNums int `json:"browse_interface_nums" xorm:"not null default 0 comment('浏览界面次数') INT(11)"` - PersonAddActivityValue int `json:"person_add_activity_value" xorm:"not null default 0 comment('个人活跃积分') INT(11)"` + PersonAddActivityValue string `json:"person_add_activity_value" xorm:"not null default 0 comment('个人活跃积分') INT(11)"` Score string `json:"score" xorm:"not null comment('分数') DECIMAL(20,8)"` Date string `json:"date" xorm:"not null default '0000-00' comment('日期(YYYY-WW)') CHAR(50)"` CreateAt string `json:"create_at" xorm:"not null default 'CURRENT_TIMESTAMP' DATETIME"`