正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -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 评估流程、环节 |
-
请 注册 或 登录 后发表评论