linwei
2024-02-03 477dd411fd7c230da41db1b57f5c16c4fc30c919
src/main/java/org/springblade/modules/house/vo/HouseholdVO.java
@@ -148,6 +148,9 @@
    */
   private Integer labelId;
   //   标签父级id
   private Integer parentId;
   /**
    * 标签名称
    */
@@ -158,4 +161,14 @@
    */
   private String searchKey;
   /**
    * 取值数
    */
   private Integer limit;
   /**
    * 角色名称
    */
   private String roleName;
}