0918电价-站点的实时总收入和实时当日收入
This commit is contained in:
@ -73,9 +73,11 @@ public class RedisKeyConstants
|
||||
/** 现有的告警数据 */
|
||||
public static final String LATEST_ALARM_RECORD = "LATEST_ALARM_RECORD";
|
||||
|
||||
/** fx-电表电量差值起始数据 */
|
||||
public static final String DIFF_CHARGE_START = "diff_charge_start_";
|
||||
|
||||
/** 预存电价时间配置 */
|
||||
public static final String ENERGY_PRICE_TIME = "energy_price_time_";
|
||||
|
||||
/** dds昨日累计总收益 */
|
||||
public static final String DDS_TOTAL_REVENUE = "total_revenue_";
|
||||
/** fx实时总收益和当日实时收益 */
|
||||
public static final String FXX_REALTIME_REVENUE = "realtime_revenue_";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user