mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 预约充电
This commit is contained in:
@@ -9,7 +9,7 @@ public enum PileConnectorDataBaseStatusEnum {
|
||||
FREE("1", "空闲"),
|
||||
OCCUPIED_NOT_CHARGED("2", "占用(未充电)"),
|
||||
OCCUPIED_CHARGING("3", "占用(充电中)"),
|
||||
OCCUPIED_APPOINTMENT_LOCK("4", "占用(预约锁定)"),
|
||||
OCCUPIED_RESERVED_LOCK("4", "占用(预约锁定)"),
|
||||
FAULT("255", "故障")
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user