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