@@ -11,6 +11,10 @@ import lombok.Setter;
@Getter
@Setter
public class StaticKnowledgeIndexDTO {
+ /**
+ * 术语id
+ */
+ private Long id;
/**
* 术语名称
*/
@@ -52,4 +56,4 @@ public class StaticKnowledgeIndexDTO {
* 是否有治疗方案静态知识
private Integer hasTreatInfo = 0;
-}
+}