...
|
...
|
@@ -8,7 +8,7 @@ import ( |
|
|
)
|
|
|
|
|
|
type AchievementProvider struct {
|
|
|
Id int64 `orm:"column(id);pk" description:"主键id"`
|
|
|
Id int64 `orm:"column(id);auto" description:"主键id"`
|
|
|
AchievementId int64 `orm:"column(achievement_id);null" description:"表achievement.id"`
|
|
|
UserCompanyId int64 `orm:"column(user_company_id);null" description:"user_company.id"`
|
|
|
UserGraspScore float64 `orm:"column(user_grasp_score);null;digits(4);decimals(1)" description:"把握人得分"`
|
...
|
...
|
|