修改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

@@ -14,7 +14,6 @@ import com.jsowell.pile.vo.base.MerchantInfoVO;
import com.jsowell.pile.vo.base.ThirdPartyStationInfoVO;
import com.jsowell.pile.vo.base.ThirdPartyStationRelationVO;
import com.jsowell.pile.vo.uniapp.BillingPriceVO;
import com.jsowell.pile.vo.web.BillingTemplateVO;
import com.jsowell.pile.vo.web.PileModelInfoVO;
import com.jsowell.pile.vo.zdl.EquipBusinessPolicyVO;
import com.jsowell.thirdparty.lianlian.dto.CommonParamsDTO;
@@ -57,28 +56,28 @@ public class ZDLServiceImpl implements ZDLService {
private YCBCService ycbcService;
@Autowired
private IPileStationInfoService pileStationInfoService;
private PileStationInfoService pileStationInfoService;
@Autowired
private IThirdPartyPlatformConfigService thirdPartyPlatformConfigService;
private ThirdPartyPlatformConfigService thirdPartyPlatformConfigService;
@Autowired
private IPileBasicInfoService pileBasicInfoService;
private PileBasicInfoService pileBasicInfoService;
@Autowired
private IPileModelInfoService pileModelInfoService;
private PileModelInfoService pileModelInfoService;
@Autowired
private IPileMerchantInfoService pileMerchantInfoService;
private PileMerchantInfoService pileMerchantInfoService;
@Autowired
private IPileConnectorInfoService pileConnectorInfoService;
private PileConnectorInfoService pileConnectorInfoService;
@Autowired
private IThirdPartyStationRelationService thirdPartyStationRelationService;
private ThirdPartyStationRelationService thirdPartyStationRelationService;
@Autowired
private IPileBillingTemplateService pileBillingTemplateService;
private PileBillingTemplateService pileBillingTemplateService;
/**
* 获取令牌