mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
新增 车辆离场时对应方法、 海南平台新增对应充电平台code
This commit is contained in:
@@ -15,12 +15,13 @@ public enum ThirdPartyOperatorIdEnum {
|
||||
YONG_CHENG_BO_CHE("4", "330205020"),
|
||||
NING_XIA_JIAO_TOU("5", "MA771QENX"),
|
||||
XIN_DIAN_TU("6", "MA25CNM38"),
|
||||
HAI_NAN("7", "578725200"),
|
||||
HUA_WEI("8", "");
|
||||
HAI_NAN_1("7", "578725200"),
|
||||
HAI_NAN_2("8", "MAA9A0PP1"),
|
||||
HUA_WEI("9", ""),
|
||||
;
|
||||
private String type;
|
||||
|
||||
private String OperatorId;
|
||||
private String operatorId;
|
||||
|
||||
public String getType() {
|
||||
return type;
|
||||
@@ -31,16 +32,16 @@ public enum ThirdPartyOperatorIdEnum {
|
||||
}
|
||||
|
||||
public String getOperatorId() {
|
||||
return OperatorId;
|
||||
return operatorId;
|
||||
}
|
||||
|
||||
public void setOperatorId(String operatorId) {
|
||||
OperatorId = operatorId;
|
||||
this.operatorId = operatorId;
|
||||
}
|
||||
|
||||
ThirdPartyOperatorIdEnum(String type, String operatorId) {
|
||||
this.type = type;
|
||||
OperatorId = operatorId;
|
||||
this.operatorId = operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -15,8 +15,9 @@ public enum ThirdPlatformTypeEnum {
|
||||
YONG_CHENG_BO_CHE("4", "甬城泊车平台"),
|
||||
NING_XIA_JIAO_TOU("5", "宁夏交投"),
|
||||
XIN_DIAN_TU("6", "新电途平台"),
|
||||
HAI_NAN("7", "海南平台"),
|
||||
HUA_WEI("8", "华为平台"),
|
||||
HAI_NAN_1("7", "海南一张网(监管平台)"),
|
||||
HAI_NAN_2("8", "海南一张网(充电平台)"),
|
||||
HUA_WEI("9", "华为平台"),
|
||||
;
|
||||
|
||||
private String code;
|
||||
|
||||
Reference in New Issue
Block a user