xiangpei
2024-12-06 62036cc09bbe5346868b98fcc373910b55da08b9
business/src/main/java/com/ycl/service/ProjectPlanExamineRecordService.java
@@ -78,9 +78,18 @@
    Result planLog(Integer projectPlanRecordId);
    /**
     *  上级回复
     *  回复审批
     * @param form
     * @return
     */
    Result replyDepartmentApproval(ProjectPlanExamineRecordForm form);
    Result replyExamine(ProjectPlanExamineRecordForm form);
    /**
     * 保存审批
     * @param form
     * @return
     */
    Result saveExamine(ProjectPlanExamineRecordForm form);
    Result todoList(Long userId,ProjectPlanExamineRecordQuery query);
}