| | |
| | | package com.ruoyi.doublePrevention.service.baseService;
|
| | |
|
| | | import com.ruoyi.doublePrevention.entity.PreventTaskType;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | public interface PreventTaskTypeService {
|
| | |
|
| | | PreventTaskType getInfoByTaskId(Long id);
|
| | |
|
| | | List<PreventTaskType> getInfoByJobId(Long jobId);
|
| | |
|
| | | }
|
| | | package com.ruoyi.doublePrevention.service.baseService; |
| | | |
| | | import com.ruoyi.doublePrevention.entity.PreventTaskType; |
| | | |
| | | import java.util.List; |
| | | |
| | | public interface PreventTaskTypeService { |
| | | |
| | | PreventTaskType getInfoByTaskId(Long id); |
| | | |
| | | List<PreventTaskType> getInfoByJobId(Long jobId); |
| | | |
| | | List<PreventTaskType> getAllTaskTypeList(); |
| | | } |