正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -14,7 +14,7 @@ type EvaluationItemUsed struct { | @@ -14,7 +14,7 @@ type EvaluationItemUsed struct { | ||
14 | EvaluationProjectId int //对应的项目id | 14 | EvaluationProjectId int //对应的项目id |
15 | NodeId int //填写评估评估节点对应id | 15 | NodeId int //填写评估评估节点对应id |
16 | NodeType int //填写评估评估节点对应类型同evaluation_template.go->LinkNode.Type, | 16 | NodeType int //填写评估评估节点对应类型同evaluation_template.go->LinkNode.Type, |
17 | - SortBy int //排序 | 17 | + SortBy int `pg:",use_zero"` //排序 |
18 | Category string //类别 | 18 | Category string //类别 |
19 | Name string //名称 | 19 | Name string //名称 |
20 | PromptTitle string //提示项标题 | 20 | PromptTitle string //提示项标题 |
-
请 注册 或 登录 后发表评论