| | |
| | | package com.ruoyi.project.tr.specialCheck.service;
|
| | |
|
| | | import com.ruoyi.doublePrevention.vo.ResultVO;
|
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbBaseCheckItemBO;
|
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbBaseCheckScoreBO;
|
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbBaseCheckTaskBO;
|
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbSpecialCheckTaskLogBO;
|
| | | import com.ruoyi.project.tr.specialCheck.domin.TbBaseCheckItem;
|
| | | import com.ruoyi.project.tr.specialCheck.domin.TbBaseCheckScore;
|
| | | import com.ruoyi.project.tr.specialCheck.domin.TbBaseCheckTask;
|
| | | import com.ruoyi.project.tr.specialCheck.domin.TbSpecialCheckTaskLog;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | public interface TbBaseCheckService {
|
| | |
|
| | | ResultVO<List<TbBaseCheckTask>> selectTbBaseCheckTaskPage(TbBaseCheckTaskBO tbBaseCheckTaskBO);
|
| | |
|
| | | ResultVO<List<TbBaseCheckItem>> selectTbBaseCheckItemPage(TbBaseCheckItemBO tbBaseCheckItemBO);
|
| | |
|
| | | ResultVO<List<TbBaseCheckScore>> selectTbBaseCheckScorePage(TbBaseCheckScoreBO tbBaseCheckScoreBO);
|
| | |
|
| | |
|
| | | }
|
| | | package com.ruoyi.project.tr.specialCheck.service; |
| | | |
| | | import com.ruoyi.doublePrevention.vo.ResultVO; |
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbBaseCheckItemBO; |
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbBaseCheckScoreBO; |
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbBaseCheckTaskBO; |
| | | import com.ruoyi.project.tr.specialCheck.domin.BO.TbSpecialCheckTaskLogBO; |
| | | import com.ruoyi.project.tr.specialCheck.domin.TbBaseCheckItem; |
| | | import com.ruoyi.project.tr.specialCheck.domin.TbBaseCheckScore; |
| | | import com.ruoyi.project.tr.specialCheck.domin.TbBaseCheckTask; |
| | | import com.ruoyi.project.tr.specialCheck.domin.TbSpecialCheckTaskLog; |
| | | |
| | | import java.util.List; |
| | | |
| | | public interface TbBaseCheckService { |
| | | |
| | | ResultVO<List<TbBaseCheckTask>> selectTbBaseCheckTaskPage(TbBaseCheckTaskBO tbBaseCheckTaskBO); |
| | | |
| | | ResultVO<List<TbBaseCheckItem>> selectTbBaseCheckItemPage(TbBaseCheckItemBO tbBaseCheckItemBO); |
| | | |
| | | ResultVO<List<TbBaseCheckScore>> selectTbBaseCheckScorePage(TbBaseCheckScoreBO tbBaseCheckScoreBO); |
| | | |
| | | |
| | | List<TbBaseCheckTask> listTbBaseCheckTask(); |
| | | } |