野心家
2023-05-22 06bef48d5ad2c1bea757052305142db2c37f2cff
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}