From c57812396fb34070b6970d08457e090a1b6bcc47 Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期六, 29 三月 2025 16:11:12 +0800 Subject: [PATCH] hik温度更新 --- src/main/java/com/whyc/controller/BattStationTempAlarmController.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/whyc/controller/BattStationTempAlarmController.java b/src/main/java/com/whyc/controller/BattStationTempAlarmController.java index eb55f84..a532b1d 100644 --- a/src/main/java/com/whyc/controller/BattStationTempAlarmController.java +++ b/src/main/java/com/whyc/controller/BattStationTempAlarmController.java @@ -7,7 +7,6 @@ import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; -- Gitblit v1.9.1