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