作者 郑周

Merge branch 'dev-zhengzhou' into test

@@ -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 评估流程、环节