zjj
2024-01-25 808c066e8f7df49fc479b5fcf1d80c1786bec66c
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}