648540858
2022-07-22 e29d94c83f62960bb1d6dacac4c978debc85c5ef
src/main/java/com/genersoft/iot/vmp/service/IDeviceAlarmService.java
@@ -38,6 +38,6 @@
     * @param deviceIdList 制定需要清理的设备id
     * @param time 不写时间则清空所有时间的
     */
    void clearAlarmBeforeTime(Integer id, List<String> deviceIdList, String time);
    int clearAlarmBeforeTime(Integer id, List<String> deviceIdList, String time);
}