修改service名称

This commit is contained in:
2024-01-06 15:20:28 +08:00
parent d685d12723
commit 0f5c18d4d3
121 changed files with 359 additions and 412 deletions

View File

@@ -72,19 +72,19 @@ public class LianLianServiceImpl implements LianLianService {
private final Logger logger = LoggerFactory.getLogger(this.getClass());
@Autowired
private IPileMerchantInfoService pileMerchantInfoService;
private PileMerchantInfoService pileMerchantInfoService;
@Autowired
private IPileStationInfoService pileStationInfoService;
private PileStationInfoService pileStationInfoService;
@Autowired
private IPileBasicInfoService pileBasicInfoService;
private PileBasicInfoService pileBasicInfoService;
@Autowired
private IPileModelInfoService pileModelInfoService;
private PileModelInfoService pileModelInfoService;
@Autowired
private IPileConnectorInfoService pileConnectorInfoService;
private PileConnectorInfoService pileConnectorInfoService;
@Autowired
private OrderBasicInfoService orderBasicInfoService;
@@ -96,16 +96,16 @@ public class LianLianServiceImpl implements LianLianService {
private YCBCService ycbcService;
@Autowired
private IPileBillingTemplateService pileBillingTemplateService;
private PileBillingTemplateService pileBillingTemplateService;
@Autowired
private IThirdPartySettingInfoService thirdPartySettingInfoService;
private ThirdPartySettingInfoService thirdPartySettingInfoService;
@Autowired
private IThirdPartyPlatformConfigService thirdPartyPlatformConfigService;
private ThirdPartyPlatformConfigService thirdPartyPlatformConfigService;
@Autowired
private IThirdPartyStationRelationService thirdPartyStationRelationService;
private ThirdPartyStationRelationService thirdPartyStationRelationService;
@Override
public void pushMerchantInfo(Long merchantId) {