| | |
| | | import com.ycl.common.base.Result; |
| | | import com.ycl.domain.form.ProjectPlanExamineRecordForm; |
| | | import com.ycl.domain.query.ProjectPlanExamineRecordQuery; |
| | | import com.ycl.domain.vo.ProgressReportResponseVO; |
| | | import com.ycl.domain.form.ProgressReportResponseForm; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @param projectPlanRecordId |
| | | * @return |
| | | */ |
| | | Result departmentApproval(Integer projectPlanRecordId); |
| | | Result departmentApproval(Long projectPlanRecordId); |
| | | |
| | | /** |
| | | * 计划日志 |
| | | * @param projectPlanRecordId |
| | | * @return |
| | | */ |
| | | Result planLog(Integer projectPlanRecordId); |
| | | Result planLog(Long projectPlanRecordId); |
| | | |
| | | /** |
| | | * 回复审批 |
| | |
| | | |
| | | Result todoList(Long userId,ProjectPlanExamineRecordQuery query); |
| | | |
| | | Result reply(ProgressReportResponseVO form); |
| | | Result reply(ProgressReportResponseForm form); |
| | | } |