...
|
...
|
@@ -14,8 +14,8 @@ type EvaluationProject struct { |
|
|
CycleId int64 `comment:"周期ID"`
|
|
|
CreatorId int64 `comment:"创建人ID"`
|
|
|
State int `comment:"状态(0待完成配置、1待启用、2启用、3停用)" pg:",use_zero"`
|
|
|
HrBp int `comment:"HR角色权限"`
|
|
|
Pmp int `comment:"PM角色权限"`
|
|
|
HrBp int `comment:"HR角色权限" pg:",use_zero"`
|
|
|
Pmp int `comment:"PM角色权限" pg:",use_zero"`
|
|
|
PmpIds []string `comment:"项目管理员ID"`
|
|
|
Recipients []string `comment:"被评估人ID"`
|
|
|
Template *domain.EvaluationTemplate `comment:"评估模板"`
|
...
|
...
|
|