update 预约充电

This commit is contained in:
Guoqs
2024-05-21 18:11:01 +08:00
parent ca543b57de
commit bd08e2a938
15 changed files with 129 additions and 361 deletions

View File

@@ -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", "故障")
;