xiangpei
2024-12-10 13b61a3d8909a579e88c346756d621728b59855c
business/src/main/java/com/ycl/controller/ProjectPlanExamineRecordController.java
@@ -6,6 +6,7 @@
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;
@@ -108,4 +109,8 @@
        return projectPlanExamineRecordService.todoList(getUserId(),query);
    }
    @PostMapping("/reply")
    public Result reply(@RequestBody ProgressReportResponseVO form) {
        return projectPlanExamineRecordService.reply(form);
    }
}