whywhyo
2023-09-17 944a01d60ffd53ca3a3b87ccfcaedc096219aba2
ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/EsModel.java
@@ -66,4 +66,13 @@
    @Field(type = FieldType.Text,analyzer = "ik_max_word")
    private String by5;
    /** 备用6 */
    @Field(index = true,type = FieldType.Text,analyzer = "ik_max_word")
    private String by6;
    /** 备用6 */
    @Field(index = true,type = FieldType.Text,analyzer = "ik_max_word")
    private String by7;
}