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