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