林火综合应急信息管理系统cloud后端
guoshilong
2023-03-13 d4bb9224e835cf0221be254d349efb3d4aaab68b
blade-service/blade-fire/src/main/java/org/springblade/modules/fireSupplement/service/IFireSupplementService.java
@@ -17,9 +17,10 @@
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;
/**
 * 火灾补充表 服务类
@@ -38,5 +39,10 @@
    */
   IPage<FireSupplementVO> selectFireSupplementPage(IPage<FireSupplementVO> page, FireSupplementVO fireSupplement);
   /**
    * 获取vo详情
    * @param fireSupplementEntity
    * @return
    */
    FireSupplementVO getVODetail(FireSupplementEntity fireSupplementEntity);
}