...
|
...
|
@@ -14,7 +14,7 @@ type EvaluationItemUsed struct { |
|
|
EvaluationProjectId int //对应的项目id
|
|
|
NodeId int //填写评估评估节点对应id
|
|
|
NodeType int //填写评估评估节点对应类型同evaluation_template.go->LinkNode.Type,
|
|
|
SortBy int //排序
|
|
|
SortBy int `pg:",use_zero"` //排序
|
|
|
Category string //类别
|
|
|
Name string //名称
|
|
|
PromptTitle string //提示项标题
|
...
|
...
|
|