|
|
@ -32,7 +32,7 @@ public class TaskKnowledgeClusterEntity extends BaseEntity { |
|
|
@Comment("资料id") |
|
|
@Comment("资料id") |
|
|
private Long informationId; |
|
|
private Long informationId; |
|
|
|
|
|
|
|
|
@Column(name = "cluster_topic", length = 2000) |
|
|
@Column(name = "cluster_topic", columnDefinition = "TEXT") |
|
|
@Comment("簇主题/标签(由AI聚类后总结提取)") |
|
|
@Comment("簇主题/标签(由AI聚类后总结提取)") |
|
|
@TableField("cluster_topic") |
|
|
@TableField("cluster_topic") |
|
|
private String clusterTopic; |
|
|
private String clusterTopic; |
|
|
|