648540858
2023-09-01 44aef5d3585f2112bf934084643c6c4355ed4bfe
src/main/java/com/genersoft/iot/vmp/gb28181/task/ISubscribeTask.java
old mode 100644 new mode 100755
@@ -7,6 +7,4 @@
 */
public interface ISubscribeTask extends Runnable{
    void stop();
    DialogState getDialogState();
}