ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/EsModel.java
@@ -27,6 +27,10 @@ @Field(index = true,type = FieldType.Long) private Long ctId; /**** es中对应的数据所属家庭id*/ @Field(index = true,type = FieldType.Long) private Long fid; /**** es中业务数据 对应的业务数据库表名称*/ @Field(type = FieldType.Text,analyzer = "ik_max_word") private String ctTableName; @@ -75,4 +79,6 @@ private String by7; }