mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user