| | |
| | | import org.springblade.modules.house.mapper.HouseRentalMapper; |
| | | import org.springblade.modules.house.service.IHouseRentalService; |
| | | import org.springblade.modules.house.vo.HouseTenantVO; |
| | | import org.springblade.modules.system.excel.HouseExcel; |
| | | import org.springblade.modules.system.excel.HouseRentalExcel; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | |
| | | // 修改 |
| | | return updateById(houseRental); |
| | | } |
| | | |
| | | @Override |
| | | public List<HouseRentalExcel> export(HouseRentalVO houseRentalVO) { |
| | | List<HouseRentalExcel> houseRentalExcels = baseMapper.export(houseRentalVO); |
| | | return houseRentalExcels; |
| | | } |
| | | } |