| | |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.core.mp.base.BaseServiceImpl; |
| | | import org.springblade.modules.fireSupplement.entity.FireSupplementEntity; |
| | | import org.springblade.fire.entity.FireSupplementEntity; |
| | | import org.springblade.modules.fireSupplement.mapper.FireSupplementMapper; |
| | | import org.springblade.modules.fireSupplement.service.IFireSupplementService; |
| | | import org.springblade.modules.fireSupplement.vo.FireSupplementVO; |
| | | import org.springblade.fire.vo.FireSupplementVO; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | /** |
| | |
| | | return page.setRecords(baseMapper.selectFireSupplementPage(page, fireSupplement)); |
| | | } |
| | | |
| | | @Override |
| | | public FireSupplementVO getVODetail(FireSupplementEntity fireSupplementEntity) { |
| | | return baseMapper.getVODetail(fireSupplementEntity); |
| | | } |
| | | |
| | | |
| | | } |