#
lfdfwqwcs
2025-03-06 a861a66802880bf562b3d85994025c660f964832
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}