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