| | |
| | | package org.springblade.modules.house.mapper; |
| | | |
| | | import org.springblade.modules.house.entity.HouseLabelEntity; |
| | | import org.springblade.modules.house.vo.HouseLabelVO; |
| | | import org.springblade.modules.house.vo.UserHouseLabelVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import java.util.List; |
| | |
| | | * @param houseLabel |
| | | * @return |
| | | */ |
| | | List<HouseLabelVO> selectHouseLabelPage(IPage page, HouseLabelVO houseLabel); |
| | | List<UserHouseLabelVO> selectHouseLabelPage(IPage page, UserHouseLabelVO houseLabel); |
| | | |
| | | |
| | | } |