#
tqs
2023-01-29 669f7e46168c75bedc72b99d8cd136c5c49cf0b0
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}