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