luohairen
2024-11-26 3832f51c8d596645d8f24f385a72e5c5d448a751
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;