linwe
2024-06-19 6b113a88e7b7b625405cc0b1d46efa22d46c71a2
src/main/java/org/springblade/common/constant/EsTableConstant.java
@@ -22,6 +22,47 @@
      add("type");
      add("content");
      add("articleType");
      add("articleRange");
   }};
   /**
    * 2. 场所
    */
   public static List<String> placeList = new ArrayList<String>()
   {{
      add("tableId");
      add("tableName");
      add("placeName");
      add("principal");
      add("principalPhone");
      add("principalIdCard");
      add("location");
   }};
   /**
    * 3. 房屋
    */
   public static List<String> houseList = new ArrayList<String>()
   {{
      add("tableId");
      add("tableName");
      add("houseName");
   }};
   /**
    * 4. 住户
    */
   public static List<String> householdList = new ArrayList<String>()
   {{
      add("tableId");
      add("tableName");
      add("name");
      add("idCard");
      add("phoneNumber");
      add("address");
   }};