business/src/main/java/com/ycl/controller/ProjectPlanExamineRecordController.java
@@ -26,7 +26,7 @@ @RequiredArgsConstructor @Api(value = "项目审核记录表", tags = "项目审核记录表管理") @RestController @RequestMapping("/api/project-plan-examine-record") @RequestMapping("/project-plan-examine-record") public class ProjectPlanExamineRecordController { private final ProjectPlanExamineRecordService projectPlanExamineRecordService;