双重预防项目-国泰新华二开定制版
马宇豪
2023-08-25 aa2051a2327c079105110f5424f3a44ffaa0c7bb
src/main/java/com/ruoyi/doublePrevention/repository/PreventTaskTypeRepository.java
@@ -4,8 +4,12 @@
import com.ruoyi.doublePrevention.entity.PreventTaskType;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface PreventTaskTypeRepository extends BaseMapper<PreventTaskType> {
    PreventTaskType getInfoByTaskId(Long taskId);
    List<PreventTaskType> getInfoByJobId(Long jobId);
}