| | |
| | | package com.ruoyi.project.tr.specialCheck.service;
|
| | |
|
| | |
|
| | | import com.ruoyi.doublePrevention.vo.ResultVO;
|
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbSpecialCheckItemDangerLogBO;
|
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbSpecialCheckItemDangerLogUpdateBO;
|
| | | import com.ruoyi.project.tr.specialCheck.domin.TbSpecialCheckItemDangerLog;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | public interface SpecialCheckItemDangerLogService {
|
| | |
|
| | |
|
| | | ResultVO<List<TbSpecialCheckItemDangerLog>> selectSpecialCheckItemDangerLogPage(TbSpecialCheckItemDangerLogBO itemDangerLogBO);
|
| | |
|
| | | ResultVO<TbSpecialCheckItemDangerLog> addSpecialItemDanger(TbSpecialCheckItemDangerLog itemDangerLog);
|
| | |
|
| | | TbSpecialCheckItemDangerLog getSpecialCheckItemDangerLogByIndexId(Long indexId);
|
| | |
|
| | | ResultVO<TbSpecialCheckItemDangerLog> updateSpecialCheckItemDangerLog(TbSpecialCheckItemDangerLogUpdateBO updateBO);
|
| | |
|
| | | ResultVO<TbSpecialCheckItemDangerLog> deleteTbSpecialItemDangerTaskLog(TbSpecialCheckItemDangerLogUpdateBO updateBO);
|
| | | }
|
| | | package com.ruoyi.project.tr.specialCheck.service; |
| | | |
| | | |
| | | import com.ruoyi.doublePrevention.vo.ResultVO; |
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbSpecialCheckItemDangerLogBO; |
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbSpecialCheckItemDangerLogUpdateBO; |
| | | import com.ruoyi.project.tr.specialCheck.domin.TbSpecialCheckItemDangerLog; |
| | | import com.ruoyi.project.tr.specialCheck.domin.TbSpecialCheckItemLog; |
| | | |
| | | import java.util.List; |
| | | |
| | | public interface SpecialCheckItemDangerLogService { |
| | | |
| | | |
| | | ResultVO<List<TbSpecialCheckItemLog>> selectSpecialCheckItemDangerLogPage(TbSpecialCheckItemDangerLogBO itemDangerLogBO); |
| | | |
| | | ResultVO<TbSpecialCheckItemLog> addSpecialItemDanger(TbSpecialCheckItemDangerLog itemDangerLog); |
| | | |
| | | TbSpecialCheckItemLog getSpecialCheckItemDangerLogByIndexId(Long indexId); |
| | | |
| | | ResultVO<TbSpecialCheckItemLog> updateSpecialCheckItemDangerLog(TbSpecialCheckItemDangerLogUpdateBO updateBO); |
| | | |
| | | ResultVO<TbSpecialCheckItemLog> deleteTbSpecialItemDangerTaskLog(TbSpecialCheckItemDangerLogUpdateBO updateBO); |
| | | |
| | | TbSpecialCheckItemLog getSpecialCheckItemDangerLogById(String id); |
| | | } |