正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -12,7 +12,7 @@ type Permission struct { | @@ -12,7 +12,7 @@ type Permission struct { | ||
12 | CompanyId int64 `json:"companyId" comment:"公司ID" ` | 12 | CompanyId int64 `json:"companyId" comment:"公司ID" ` |
13 | OptHrScore int `json:"optHrScore" comment:"上级是否可以修改人资综评分数"` | 13 | OptHrScore int `json:"optHrScore" comment:"上级是否可以修改人资综评分数"` |
14 | OptEvalScore int `json:"optEvalScore" comment:"上级是否可以修改360°综评分数"` | 14 | OptEvalScore int `json:"optEvalScore" comment:"上级是否可以修改360°综评分数"` |
15 | - OptConfirmPerf int `json:"optConfirmPerf " comment:"是否需要员工确认绩效"` | 15 | + OptConfirmPerf int `json:"optConfirmPerf" comment:"是否需要员工确认绩效"` |
16 | CycleDeadline *CycleDeadline `json:"cycleDeadline" comment:"周期评估各业务截止时间"` | 16 | CycleDeadline *CycleDeadline `json:"cycleDeadline" comment:"周期评估各业务截止时间"` |
17 | CreatedAt time.Time `json:"createdAt" comment:"创建时间"` | 17 | CreatedAt time.Time `json:"createdAt" comment:"创建时间"` |
18 | UpdatedAt time.Time `json:"updatedAt" comment:"更新时间"` | 18 | UpdatedAt time.Time `json:"updatedAt" comment:"更新时间"` |
-
请 注册 或 登录 后发表评论