Browse Source

1、诊断静态知识检索支持国临版

zhaops 3 years atrás
parent
commit
e55eb2dc63
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/main/java/com/diagbot/dto/StaticKnowledgeIndexDTO.java

+ 8 - 0
src/main/java/com/diagbot/dto/StaticKnowledgeIndexDTO.java

@@ -23,6 +23,14 @@ public class StaticKnowledgeIndexDTO {
      * 编码
      */
     private String code;
+    /**
+     * 国临版编码
+     */
+    private String guocode;
+    /**
+     * 国临版名称
+     */
+    private String guoname;
     /**
      * 词性
      */