zjj
2024-06-19 c8339858cc25bc142d6b59e9ed08afc1b48b4f2d
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}