linwei
2024-01-10 1e6e1c296add6c168eaa99a8a3e37a9f34d9a2dd
src/main/java/org/springblade/modules/house/vo/HouseholdLabelVO.java
@@ -16,9 +16,9 @@
 */
package org.springblade.modules.house.vo;
import org.springblade.modules.house.entity.UserHouseLabelEntity;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.springblade.modules.house.entity.UserHouseLabelEntity;
/**
 * 住户-标签 视图实体类
@@ -31,4 +31,13 @@
public class HouseholdLabelVO extends UserHouseLabelEntity {
   private static final long serialVersionUID = 1L;
   private String communityName;
   private String regionName;
   private String communityCode;
   private Integer numbers;
}