From 4a3a19379fd5853dfbf7afda824d59bc9407f479 Mon Sep 17 00:00:00 2001 From: lin <648540858@qq.com> Date: Wed, 15 Apr 2026 19:24:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=91=BD=E5=90=8D=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...erServiceGorJTImpl.java => SourceOtherServiceForJTImpl.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/main/java/com/genersoft/iot/vmp/jt1078/service/impl/{SourceOtherServiceGorJTImpl.java => SourceOtherServiceForJTImpl.java} (96%) diff --git a/src/main/java/com/genersoft/iot/vmp/jt1078/service/impl/SourceOtherServiceGorJTImpl.java b/src/main/java/com/genersoft/iot/vmp/jt1078/service/impl/SourceOtherServiceForJTImpl.java similarity index 96% rename from src/main/java/com/genersoft/iot/vmp/jt1078/service/impl/SourceOtherServiceGorJTImpl.java rename to src/main/java/com/genersoft/iot/vmp/jt1078/service/impl/SourceOtherServiceForJTImpl.java index dd6e81334..8774effed 100644 --- a/src/main/java/com/genersoft/iot/vmp/jt1078/service/impl/SourceOtherServiceGorJTImpl.java +++ b/src/main/java/com/genersoft/iot/vmp/jt1078/service/impl/SourceOtherServiceForJTImpl.java @@ -13,7 +13,7 @@ import org.springframework.stereotype.Service; @Slf4j @Service(ChannelDataType.OTHER_SERVICE + ChannelDataType.JT_1078) @RequiredArgsConstructor -public class SourceOtherServiceGorJTImpl implements ISourceOtherService { +public class SourceOtherServiceForJTImpl implements ISourceOtherService { private final UserSetting userSetting;