whywhyo
2023-10-10 2c81a68b6162482637ebb5726df0b227a9d616f5
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;
}