#
Junjie
2025-07-30 866fca53fcfc490854de99334c7b3cd1def596d6
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}