作者 tangxvhui
... ... @@ -47,7 +47,7 @@ type NodeContent struct {
EntryItems []*EntryItem `json:"entryItems" comment:"填写项"`
Required int `json:"required" comment:"必填项"`
EvaluatorId int64 `json:"evaluatorId,string" comment:"项目评估人ID ( 0=无评估人、-1=HRBP、评估人ID)"`
IndicatorType int `json:"IndicatorType" comment:"指标类型(0指标、1任务)"`
IndicatorType int `json:"indicatorType" comment:"指标类型(0指标、1任务)"`
}
// LinkNode 评估流程、环节
... ...