This commit is contained in:
Guoqs
2024-05-22 10:46:38 +08:00
4 changed files with 239 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ public enum BusinessInformationExchangeEnum {
NOTIFICATION_START_CHARGE_RESULT("notification_start_charge_result", "推送启动充电结果"),
NOTIFICATION_EQUIP_CHARGE_STATUS("notification_equip_charge_status", "推送充电状态"),
NOTIFICATION_STOP_CHARGE_RESULT("notification_stop_charge_result", "推送停止充电结果"),
NOTIFICATION_BMS_INFO("notification_bmsInfo", "过程信息推送"),
CHECK_CHARGE_ORDERS("check_charge_orders", "推送订单对账结果信息"),
;
private String value;