正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -14,8 +14,8 @@ type EvaluationProject struct { | @@ -14,8 +14,8 @@ type EvaluationProject struct { | ||
14 | CycleId int64 `comment:"周期ID"` | 14 | CycleId int64 `comment:"周期ID"` |
15 | CreatorId int64 `comment:"创建人ID"` | 15 | CreatorId int64 `comment:"创建人ID"` |
16 | State int `comment:"状态(0待完成配置、1待启用、2启用、3停用)" pg:",use_zero"` | 16 | State int `comment:"状态(0待完成配置、1待启用、2启用、3停用)" pg:",use_zero"` |
17 | - HrBp int `comment:"HR角色权限"` | ||
18 | - Pmp int `comment:"PM角色权限"` | 17 | + HrBp int `comment:"HR角色权限" pg:",use_zero"` |
18 | + Pmp int `comment:"PM角色权限" pg:",use_zero"` | ||
19 | PmpIds []string `comment:"项目管理员ID"` | 19 | PmpIds []string `comment:"项目管理员ID"` |
20 | Recipients []string `comment:"被评估人ID"` | 20 | Recipients []string `comment:"被评估人ID"` |
21 | Template *domain.EvaluationTemplate `comment:"评估模板"` | 21 | Template *domain.EvaluationTemplate `comment:"评估模板"` |
-
请 注册 或 登录 后发表评论