mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
uploadFirmware 上传固件接口
This commit is contained in:
@@ -9,6 +9,7 @@ public enum PileConnectorStatusEnum {
|
||||
FAULT("01", "故障"),
|
||||
FREE("02", "空闲"),
|
||||
OCCUPIED_CHARGING("03", "充电"),
|
||||
RESERVE("04", "预约中"),
|
||||
;
|
||||
private String value;
|
||||
private String label;
|
||||
|
||||
Reference in New Issue
Block a user