zhangchao
2024-09-01 86cb750364e49debb8586a29f0469ba37ce0f85c
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}