Explorar el Código

静态知识检索

zhaops hace 4 años
padre
commit
5d00deba5e
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      src/main/java/com/diagbot/dto/StaticKnowledgeIndexDTO.java

+ 5 - 1
src/main/java/com/diagbot/dto/StaticKnowledgeIndexDTO.java

@@ -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;
-}
+}