郑永安
2023-07-03 fc468a1c83be3997f9a7f32c6f61bc2795594579
src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventTaskTypeService.java
@@ -2,7 +2,12 @@
import com.ruoyi.doublePrevention.entity.PreventTaskType;
import java.util.List;
public interface PreventTaskTypeService {
    PreventTaskType getInfoByTaskId(Long id);
    List<PreventTaskType> getInfoByJobId(Long jobId);
}