| | |
| | | package org.springblade.modules.fireSupplement.service; |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.core.mp.base.BaseService; |
| | | import org.springblade.modules.fireSupplement.entity.FireSupplementEntity; |
| | | import org.springblade.modules.fireSupplement.vo.FireSupplementVO; |
| | | import org.springblade.fire.entity.FireSupplementEntity; |
| | | import org.springblade.fire.vo.FireSupplementVO; |
| | | |
| | | /** |
| | | * 火灾补充表 服务类 |
| | |
| | | */ |
| | | IPage<FireSupplementVO> selectFireSupplementPage(IPage<FireSupplementVO> page, FireSupplementVO fireSupplement); |
| | | |
| | | |
| | | /** |
| | | * 获取vo详情 |
| | | * @param fireSupplementEntity |
| | | * @return |
| | | */ |
| | | FireSupplementVO getVODetail(FireSupplementEntity fireSupplementEntity); |
| | | } |