This commit is contained in:
YAS\29473
2024-11-25 11:36:36 +08:00
parent edfb7d4f89
commit 0174329d6c
4 changed files with 156 additions and 4 deletions

View File

@@ -27,7 +27,6 @@ import com.jsowell.pile.thirdparty.EquipmentInfo;
import com.jsowell.pile.vo.ThirdPartySecretInfoVO;
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.nanrui.JiangSuOrderInfoVO;
import com.jsowell.pile.vo.uniapp.customer.CurrentTimePriceDetails;
import com.jsowell.pile.vo.web.PileConnectorInfoVO;
@@ -60,7 +59,7 @@ import java.util.stream.Collectors;
* 南瑞
*/
@Service
public class NanRuiPlatfromServicelmp implements ThirdPartyPlatformService {
public class NanRuiPlatfromServiceImp implements ThirdPartyPlatformService {
private final String thirdPlatformType = ThirdPlatformTypeEnum.NAN_RUI_PLATFORM.getTypeCode();

View File

@@ -61,7 +61,7 @@ import java.util.stream.Collectors;
* 新电途
*/
@Service
public class XinDiantuPlatfromServicelmpl implements ThirdPartyPlatformService {
public class XinDiantuPlatfromServiceImpl implements ThirdPartyPlatformService {
private final String thirdPlatformType = ThirdPlatformTypeEnum.XIN_DIAN_TU.getTypeCode();
@Autowired

View File

@@ -55,7 +55,7 @@ import java.util.stream.Collectors;
* 甬城泊车
*/
@Service
public class YongChengbochePlatfromServicelmpl implements ThirdPartyPlatformService {
public class YongChengbochePlatfromServiceImpl implements ThirdPartyPlatformService {
private final String thirdPlatformType = ThirdPlatformTypeEnum.YONG_CHENG_BO_CHE.getTypeCode();
@Autowired