修复命名错误

This commit is contained in:
lin 2026-04-15 19:24:53 +08:00
parent 37a4cb0ad7
commit 4a3a19379f

View File

@ -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;