| | |
| | | import org.springblade.modules.house.entity.UserHouseLabelEntity; |
| | | import org.springblade.modules.house.excel.UserHouseLabelExcel; |
| | | import org.springblade.modules.house.vo.HouseholdLabelVO; |
| | | import org.springblade.modules.house.vo.UserHouseLabelVO; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | IPage<HouseholdLabelVO> followStatisticalLabels(IPage<HouseholdLabelVO> page, HouseholdLabelVO householdLabel); |
| | | |
| | | /** |
| | | * 查询对应的label集合信息 |
| | | * @param userHouseLabelVO |
| | | * @return |
| | | */ |
| | | List<UserHouseLabelEntity> getUserHouseLabelList(UserHouseLabelVO userHouseLabelVO); |
| | | } |