林火综合应急信息管理系统cloud后端
guoshilong
2023-03-13 d4bb9224e835cf0221be254d349efb3d4aaab68b
blade-service/blade-fire/src/main/java/org/springblade/modules/fireSupplement/mapper/FireSupplementMapper.java
@@ -18,8 +18,9 @@
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;
@@ -40,5 +41,10 @@
    */
   List<FireSupplementVO> selectFireSupplementPage(IPage page, FireSupplementVO fireSupplement);
   /**
    * 获取vo详情
    * @param fireSupplementEntity
    * @return
    */
    FireSupplementVO getVODetail(@Param("sup") FireSupplementEntity fireSupplementEntity);
}