xiangpei
2024-12-04 bd3abf9b8101a31e745de1ec76f6d98317b2de2e
business/src/main/java/com/ycl/service/ProjectPlanExamineRecordService.java
@@ -76,4 +76,20 @@
     * @return
     */
    Result planLog(Integer projectPlanRecordId);
    /**
     *  回复审批
     * @param form
     * @return
     */
    Result replyExamine(ProjectPlanExamineRecordForm form);
    /**
     * 保存审批
     * @param form
     * @return
     */
    Result saveExamine(ProjectPlanExamineRecordForm form);
    Result todoList(Long userId,ProjectPlanExamineRecordQuery query);
}