From e713714eb3796ac4d67495f823aa633535b3ad15 Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期三, 26 三月 2025 13:33:19 +0800 Subject: [PATCH] 1.外购件检验 2.标准方法导入 --- cnas-device/src/main/java/com/ruoyi/device/controller/DeviceInspectionRecordController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cnas-device/src/main/java/com/ruoyi/device/controller/DeviceInspectionRecordController.java b/cnas-device/src/main/java/com/ruoyi/device/controller/DeviceInspectionRecordController.java index 9db6182..f4b3b1e 100644 --- a/cnas-device/src/main/java/com/ruoyi/device/controller/DeviceInspectionRecordController.java +++ b/cnas-device/src/main/java/com/ruoyi/device/controller/DeviceInspectionRecordController.java @@ -35,7 +35,7 @@ */ @ApiOperation("鍒嗛〉鏌ヨ璁惧鐐规璁板綍") @GetMapping("/getDeviceInspectionRecordByPage") - public Result<IPage<DeviceInspectionRecord>> getDeviceInspectionRecordByPage(IPage page, DeviceInspectionRecordDto itemParameter) { + public Result<IPage<DeviceInspectionRecord>> getDeviceInspectionRecordByPage(Page page, DeviceInspectionRecordDto itemParameter) { return deviceInspectionRecordService.getDeviceInspectionRecordByPage(page, itemParameter); } -- Gitblit v1.9.3