| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.springblade.modules.house.entity.HouseLabelEntity; |
| | | import org.springblade.modules.house.vo.HouseLabelVO; |
| | | import org.springblade.core.mp.base.BaseService; |
| | | import org.springblade.modules.house.vo.UserHouseLabelVO; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | |
| | | /** |
| | |
| | | * @param houseLabel |
| | | * @return |
| | | */ |
| | | IPage<HouseLabelVO> selectHouseLabelPage(IPage<HouseLabelVO> page, HouseLabelVO houseLabel); |
| | | IPage<UserHouseLabelVO> selectHouseLabelPage(IPage<UserHouseLabelVO> page, UserHouseLabelVO houseLabel); |
| | | |
| | | |
| | | /** |
| | | * 房屋-标签 自定义新增或修改 |
| | | * @param houseLabel |
| | | * @return |
| | | */ |
| | | boolean saveOrUpdateHouseLabel(HouseLabelEntity houseLabel); |
| | | } |