From 51ec98113c6d49d0f7eec4e3c030e55e337e97db Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 26 五月 2025 15:47:16 +0800
Subject: [PATCH] 芯导软件(江苏)有限公司  delete

---
 cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeLightningProtectionController.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeLightningProtectionController.java b/cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeLightningProtectionController.java
index c8c4075..4caa990 100644
--- a/cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeLightningProtectionController.java
+++ b/cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeLightningProtectionController.java
@@ -33,13 +33,13 @@
  * 璁炬柦鍜岀幆澧冩潯浠�-璁炬柦鍜岀幆澧冩潯浠惰姹�-闃查浄妫�娴� 鍓嶇鎺у埗鍣�
  * </p>
  *
- * @author 鑺杞欢锛堟睙鑻忥級鏈夐檺鍏徃
+ * @author
  * @since 2024-11-07 04:16:36
  */
 @Api(tags = "璁炬柦鍜岀幆澧冩潯浠惰姹�-闃查浄妫�娴�")
 @RestController
 @RequestMapping("/feLightningProtection")
-@CustomClazzName(name = "璧勬簮瑕佹眰",index = 6)
+
 public class FeLightningProtectionController {
 
     @Autowired
@@ -62,7 +62,7 @@
     @ValueClassify(value = "璁炬柦鍜岀幆澧冩潯浠惰姹�")
     @DeleteMapping("deleteLightningProtectionDetection")
     @ApiOperation("璁炬柦鍜岀幆澧冩潯浠惰姹�-闃查浄妫�娴嬪垹闄�")
-    public Result<?> deleteFeLightningProtection(@RequestParam("lightningProtectionId") Integer lightningProtectionId) {
+    public Result<?> deleteLightningProtectionDetection(@RequestParam("lightningProtectionId") Integer lightningProtectionId) {
         feLightningProtectionService.removeById(lightningProtectionId);
         return Result.success();
     }
@@ -70,7 +70,7 @@
     @ValueClassify(value = "璁炬柦鍜岀幆澧冩潯浠惰姹�")
     @GetMapping("getLightningProtectionDetection")
     @ApiOperation("璁炬柦鍜岀幆澧冩潯浠惰姹�-闃查浄妫�娴嬫煡璇�")
-    public Result<IPage<FeLightningProtection>> getFeLightningProtection(Page page) {
+    public Result<IPage<FeLightningProtection>> getLightningProtectionDetection(Page page) {
         IPage<FeLightningProtection> page1 = feLightningProtectionService.page(page);
         return Result.success(page1);
     }

--
Gitblit v1.9.3