#ZH
野心家
2025-05-27 ee44f92c42bfc99ceffa35555af2eb93ac75cf2c
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}