@@ -55,6 +55,7 @@ public class ChargeOrder extends BaseEntity implements Serializable {
public static int STOP_REASON_BMS停止 = 2;
public static int STOP_REASON_充电机器设备故障 = 3;
public static int STOP_REASON_连接器断开 = 4;
+ public static int STOP_REASON_预约启动充电失败 = 5;
private Long userId;