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