pang.jiabao
2025-05-13 688e299d29bd76cbd30bf3d7267bdc9afad954b0
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}