luohairen
2024-11-29 c77cab7ca85f219df136ec2aac24a22efa7837f8
business/src/main/java/com/ycl/service/ProjectPlanExamineRecordService.java
@@ -62,4 +62,32 @@
     * @return
     */
    Result all();
    /**
     * 上级批复
     * @param projectPlanRecordId
     * @return
     */
    Result departmentApproval(Integer projectPlanRecordId);
    /**
     *  计划日志
     * @param projectPlanRecordId
     * @return
     */
    Result planLog(Integer projectPlanRecordId);
    /**
     *  回复审批
     * @param form
     * @return
     */
    Result replyExamine(ProjectPlanExamineRecordForm form);
    /**
     * 保存审批
     * @param form
     * @return
     */
    Result saveExamine(ProjectPlanExamineRecordForm form);
}