Browse Source

update

master
dengbiao 1 week ago
parent
commit
f4a6450c27
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/model/user_egg_score_data.go

+ 1
- 1
src/model/user_egg_score_data.go View File

@@ -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"`


Loading…
Cancel
Save