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