64850858
2021-07-07 a603f9978632fd0a5806ac87389fe8dd254e23b9
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -112,4 +112,9 @@
     * @param deviceId 设备ID
     */
    void clearCatchByDeviceId(String deviceId);
    /**
     * 设置所有设备离线
     */
    void outlineForAll();
}