16639036659
2023-07-11 2f2e78aaf8c6c7f3eaeffeb45e2b9aba2d88278c
src/main/java/com/ruoyi/project/tr/hiddenDangerCheckPoint/service/IHiddenDangerCheckPointService.java
@@ -83,4 +83,14 @@
    //查询未执行任务总数量
    public void getTaskCountTotal(Long  userId);
    /**
     * 查询by Id
     */
    HiddenDangerCheckPoint getHiddenDangerCheckPointById(Long dangerCheckPointId);
    /**
     * 查询by CheckId
     */
    List<HiddenDangerCheckPoint> getHiddenDangerCheckPointByCheckId(Long checkId);
}