add 联联平台 请求启动充电 接口

This commit is contained in:
Lemon
2023-04-29 10:33:16 +08:00
parent b5f1d93359
commit 6c5c72034c
7 changed files with 192 additions and 17 deletions

View File

@@ -8,6 +8,7 @@ public enum StartModeEnum {
APP("1","用户app启动"),
CARD("2", "卡启动"),
OFFLINE_CARD("3", "离线卡启动"),
LIAN_LIAN("4", "联联平台启动"),
;
private String value;