| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | 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 org.springblade.core.mp.base.BaseService; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 租户管理 服务类 |
| | |
| | | * @return |
| | | */ |
| | | int removeByHousingRentalId(Long id); |
| | | |
| | | /** |
| | | * 导出租客 |
| | | * @return |
| | | */ |
| | | List<ExportHouseTenantExcel> export(); |
| | | |
| | | String importUserTenant(List<HouseTenantExcel> read, boolean b); |
| | | } |