linwe
2024-09-03 764d883b5ea3bdc06abbec548b6df0511e567978
src/main/java/org/springblade/es/vo/EsParam.java
New file
@@ -0,0 +1,37 @@
package org.springblade.es.vo;
import lombok.Data;
@Data
public class EsParam {
   /**
    * 索引名称
    */
   private String indexName;
   /**
    * 表名称
    */
   private String tableName;
   /**
    * searchKey
    */
   private String searchKey;
   /**
    * 表id
    */
   private String tableId;
   /**
    * 社区编号
    */
   private String communityCode;
   /**
    * 地址编码
    */
   private String houseCode;
}