野心家
2025-01-02 6213126dce8a83f41caf973adf70fbd13fc171f0
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}