| | |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.modules.fireSupplement.entity.FireSupplementEntity; |
| | | import org.springblade.modules.fireSupplement.vo.FireSupplementVO; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.fire.entity.FireSupplementEntity; |
| | | import org.springblade.fire.vo.FireSupplementVO; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | List<FireSupplementVO> selectFireSupplementPage(IPage page, FireSupplementVO fireSupplement); |
| | | |
| | | |
| | | /** |
| | | * 获取vo详情 |
| | | * @param fireSupplementEntity |
| | | * @return |
| | | */ |
| | | FireSupplementVO getVODetail(@Param("sup") FireSupplementEntity fireSupplementEntity); |
| | | } |