Merge branch 'test' of http://gitlab.fjmaimaimai.com/allied-creation/performance into test
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -47,7 +47,7 @@ type NodeContent struct { | @@ -47,7 +47,7 @@ type NodeContent struct { | ||
47 | EntryItems []*EntryItem `json:"entryItems" comment:"填写项"` | 47 | EntryItems []*EntryItem `json:"entryItems" comment:"填写项"` |
48 | Required int `json:"required" comment:"必填项"` | 48 | Required int `json:"required" comment:"必填项"` |
49 | EvaluatorId int64 `json:"evaluatorId,string" comment:"项目评估人ID ( 0=无评估人、-1=HRBP、评估人ID)"` | 49 | EvaluatorId int64 `json:"evaluatorId,string" comment:"项目评估人ID ( 0=无评估人、-1=HRBP、评估人ID)"` |
50 | - IndicatorType int `json:"IndicatorType" comment:"指标类型(0指标、1任务)"` | 50 | + IndicatorType int `json:"indicatorType" comment:"指标类型(0指标、1任务)"` |
51 | } | 51 | } |
52 | 52 | ||
53 | // LinkNode 评估流程、环节 | 53 | // LinkNode 评估流程、环节 |
-
请 注册 或 登录 后发表评论