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