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