野心家
2023-05-27 a5629ea57dbdc0219af11caff3c0b316c84041d3
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}