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