ximon-admin/src/main/java/com/sandu/ximon/admin/redis/LightKey.java
@@ -21,8 +21,11 @@ /** * 单灯上报的mac,如果有说明该上报的单灯以前已经上报过 */ public static LightKey REPORT_MAC = new LightKey(0, "ReportMac"); public static LightKey REPORT_MAC = new LightKey(3600, "ReportMac"); /** * 灯杆编号后缀每天从1开始递增,定时任务0点重置 */ public static LightKey POLE_SN = new LightKey(300, "PoleSn"); }