From 37a4cb0ad7abe02d4a53ac76ebe759b336217010 Mon Sep 17 00:00:00 2001 From: lin <648540858@qq.com> Date: Wed, 15 Apr 2026 19:17:52 +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 --- ...erServiceGorGbImpl.java => SourceOtherServiceForGbImpl.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/{SourceOtherServiceGorGbImpl.java => SourceOtherServiceForGbImpl.java} (97%) diff --git a/src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/SourceOtherServiceGorGbImpl.java b/src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/SourceOtherServiceForGbImpl.java similarity index 97% rename from src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/SourceOtherServiceGorGbImpl.java rename to src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/SourceOtherServiceForGbImpl.java index 2717b2271..5bd9f3a14 100644 --- a/src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/SourceOtherServiceGorGbImpl.java +++ b/src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/SourceOtherServiceForGbImpl.java @@ -17,7 +17,7 @@ import org.springframework.stereotype.Service; @Slf4j @Service(ChannelDataType.OTHER_SERVICE + ChannelDataType.GB28181) @RequiredArgsConstructor -public class SourceOtherServiceGorGbImpl implements ISourceOtherService { +public class SourceOtherServiceForGbImpl implements ISourceOtherService { private final IInviteStreamService inviteStreamService;