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;