mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 21:45:08 +08:00
修改service名称
This commit is contained in:
@@ -55,16 +55,16 @@ public abstract class AbstractProgramLogic implements InitializingBean {
|
||||
protected OrderBasicInfoService orderBasicInfoService;
|
||||
|
||||
@Autowired
|
||||
protected IPileBasicInfoService pileBasicInfoService;
|
||||
protected PileBasicInfoService pileBasicInfoService;
|
||||
|
||||
@Autowired
|
||||
protected IPileStationInfoService pileStationInfoService;
|
||||
protected PileStationInfoService pileStationInfoService;
|
||||
|
||||
@Autowired
|
||||
protected IPileBillingTemplateService pileBillingTemplateService;
|
||||
protected PileBillingTemplateService pileBillingTemplateService;
|
||||
|
||||
@Autowired
|
||||
protected IMemberBasicInfoService memberBasicInfoService;
|
||||
protected MemberBasicInfoService memberBasicInfoService;
|
||||
|
||||
@Autowired
|
||||
protected MemberAdapayRecordService memberAdapayRecordService;
|
||||
@@ -73,7 +73,7 @@ public abstract class AbstractProgramLogic implements InitializingBean {
|
||||
protected OrderPayRecordService orderPayRecordService;
|
||||
|
||||
@Autowired
|
||||
protected IMemberTransactionRecordService memberTransactionRecordService;
|
||||
protected MemberTransactionRecordService memberTransactionRecordService;
|
||||
|
||||
@Autowired
|
||||
protected AdapayService adapayService;
|
||||
@@ -82,7 +82,7 @@ public abstract class AbstractProgramLogic implements InitializingBean {
|
||||
protected AdapayMemberAccountService adapayMemberAccountService;
|
||||
|
||||
@Autowired
|
||||
protected IPileMerchantInfoService pileMerchantInfoService;
|
||||
protected PileMerchantInfoService pileMerchantInfoService;
|
||||
|
||||
@Autowired
|
||||
protected TransactionService transactionService;
|
||||
@@ -94,7 +94,7 @@ public abstract class AbstractProgramLogic implements InitializingBean {
|
||||
protected PileAuthCardService pileAuthCardService;
|
||||
|
||||
@Autowired
|
||||
protected IMemberPlateNumberRelationService memberPlateNumberRelationService;
|
||||
protected MemberPlateNumberRelationService memberPlateNumberRelationService;
|
||||
|
||||
@Autowired
|
||||
protected WxAppletRemoteService wxAppletRemoteService;
|
||||
|
||||
Reference in New Issue
Block a user