mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
添加vin码启动相关逻辑代码
This commit is contained in:
@@ -9,6 +9,7 @@ public enum StartModeEnum {
|
||||
AUTH_CARD("2", "鉴权卡启动"),
|
||||
OFFLINE_CARD("3", "离线卡启动"),
|
||||
LIAN_LIAN("4", "联联平台启动"),
|
||||
VIN_CODE("5", "车辆vin码启动"),
|
||||
;
|
||||
|
||||
private String value;
|
||||
|
||||
Reference in New Issue
Block a user