| | |
| | | */ |
| | | package org.springblade.modules.house.vo; |
| | | |
| | | import org.springblade.modules.house.entity.HouseholdLabelEntity; |
| | | import org.springblade.core.tool.node.INode; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springblade.modules.house.entity.UserHouseLabelEntity; |
| | | |
| | | /** |
| | | * 住户-标签 视图实体类 |
| | |
| | | */ |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class HouseholdLabelVO extends HouseholdLabelEntity { |
| | | public class HouseholdLabelVO extends UserHouseLabelEntity { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | |
| | | private String communityName; |
| | | |
| | | private String regionName; |
| | | |
| | | private String communityCode; |
| | | |
| | | private Integer numbers; |
| | | |
| | | } |