帧类型中添加 新电途平台相关逻辑

This commit is contained in:
Lemon
2024-01-04 16:14:56 +08:00
parent c0ddc0e972
commit 57cd3d2b72
4 changed files with 31 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ public enum ThirdPlatformTypeEnum {
ZHONG_DIAN_LIAN_PLATFORM("2", "中电联平台"),
JIANG_SU_PLATFORM("3", "江苏省平台"),
YONG_CHENG_BO_CHE("4", "甬城泊车平台"),
XIN_DIAN_TU("5", "新电途平台");
;
private String code;