From 5996abc97b626c406b0acc43c9a048f9c5cf6f2e Mon Sep 17 00:00:00 2001 From: rain <1679827795@qq.com> Date: Tue, 13 Jan 2026 17:03:30 +0800 Subject: [PATCH] 修复注释问题 --- drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/controller/FwDeviceConfigController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/controller/FwDeviceConfigController.java b/drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/controller/FwDeviceConfigController.java index 0991a64..e2af4cd 100644 --- a/drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/controller/FwDeviceConfigController.java +++ b/drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/controller/FwDeviceConfigController.java @@ -49,7 +49,7 @@ * 设备配置表 控制器 * * @author lw - * @since 2026-01-07 + * @since 2026-01-08 */ @RestController @AllArgsConstructor -- Gitblit v1.9.3