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