zhongrj
2024-01-09 2ad687abe394afbcc0f2adfcc4d7d4e0a72adc5d
src/main/java/org/springblade/modules/house/vo/HouseholdVO.java
@@ -143,4 +143,24 @@
   private String aoiCode;
   /**
    * 标签id
    */
   private Integer labelId;
   /**
    * 标签名称
    */
   private String labelName;
   /**
    * 查询key
    */
   private String searchKey;
   /**
    * 取值数
    */
   private Integer limit;
}