#
taisheng
2025-05-09 2f856385474c1624b76bd1029838f33dadd65648
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}