| | |
| | | import com.ycl.common.group.Update; |
| | | import com.ycl.domain.form.ProjectPlanExamineRecordForm; |
| | | import com.ycl.domain.query.ProjectPlanExamineRecordQuery; |
| | | import com.ycl.domain.vo.ProgressReportResponseVO; |
| | | import com.ycl.service.ProjectPlanExamineRecordService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | |
| | | return projectPlanExamineRecordService.todoList(getUserId(),query); |
| | | } |
| | | |
| | | @PostMapping("/reply") |
| | | public Result reply(@RequestBody ProgressReportResponseVO form) { |
| | | return projectPlanExamineRecordService.reply(form); |
| | | } |
| | | } |