tqs
2022-09-28 594f1e25822478ffeff8b64799a05e47b233d5a5
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}