zhangchao
2024-09-01 462065efc838cdf3c2102ccdedbf59b37576ccdc
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}