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

@@ -52,19 +52,19 @@ import java.util.stream.Collectors;
public class AMapServiceImpl implements AMapService {
@Autowired
private IPileStationInfoService pileStationInfoService;
private PileStationInfoService pileStationInfoService;
@Autowired
private IPileConnectorInfoService pileConnectorInfoService;
private PileConnectorInfoService pileConnectorInfoService;
@Autowired
private IPileBillingTemplateService pileBillingTemplateService;
private PileBillingTemplateService pileBillingTemplateService;
@Autowired
private IPileBasicInfoService pileBasicInfoService;
private PileBasicInfoService pileBasicInfoService;
@Autowired
private IPileModelInfoService pileModelInfoService;
private PileModelInfoService pileModelInfoService;
@Autowired
private OrderBasicInfoService orderBasicInfoService;