野心家
2024-11-25 871a5789eedf93d21f16bc7f619c5edb7da70f46
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}