| | |
| | | */ |
| | | package org.springblade.modules.house.mapper; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.modules.house.dto.UserHouseLabelDTO; |
| | | import org.springblade.modules.house.entity.UserHouseLabelEntity; |
| | | import org.springblade.modules.house.vo.HouseholdLabelVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | |
| | | List<Integer> getUserLabelList(UserHouseLabelDTO userHouseLabelDTO); |
| | | |
| | | List<HouseholdLabelVO> statisticalLabels(IPage page, HouseholdLabelVO householdLabel); |
| | | } |