| | |
| | | |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.modules.house.entity.HouseTenantEntity; |
| | | import org.springblade.modules.house.excel.ExportHouseTenantExcel; |
| | | import org.springblade.modules.house.excel.HouseTenantExcel; |
| | | import org.springblade.modules.house.vo.HouseTenantVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | |
| | | * @return |
| | | */ |
| | | int removeByHousingRentalId(@Param("housingRentalId") Long housingRentalId); |
| | | |
| | | /** |
| | | * 导出租客 |
| | | * @return |
| | | */ |
| | | List<ExportHouseTenantExcel> export(); |
| | | } |