作者 郑周

1. 评估内容中,新增字段 项目主导人ID字段

@@ -41,6 +41,7 @@ type NodeContent struct { @@ -41,6 +41,7 @@ type NodeContent struct {
41 PromptText string `json:"promptText" comment:"提示项正文"` 41 PromptText string `json:"promptText" comment:"提示项正文"`
42 EntryItems []*EntryItem `json:"entryItems" comment:"填写项"` 42 EntryItems []*EntryItem `json:"entryItems" comment:"填写项"`
43 Required int `json:"required" comment:"必填项"` 43 Required int `json:"required" comment:"必填项"`
  44 + LeaderId int64 `json:"leaderId,string" comment:"项目主导人"`
44 } 45 }
45 46
46 // LinkNode 评估流程、环节 47 // LinkNode 评估流程、环节