野心家
2025-03-06 78f532cd6223994dee9aeacfc3d0110a3244078b
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}