Browse Source

Merge branch 'master' into his/common

liuqq 4 years atrás
parent
commit
ac24f8d897
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/java/com/diagbot/dto/StaticKnowledgeIndexDTO.java

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

@@ -19,6 +19,10 @@ public class StaticKnowledgeIndexDTO {
      * 术语名称
      */
     private String name;
+    /**
+     * 编码
+     */
+    private String code;
     /**
      * 词性
      */