pang.jiabao
2025-03-26 157998d1df225c4338c72cde6f6deb01aa3ec95a
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}