cpT
2025-07-01 fb3eb1deba123847850f7c0d30e2a966221f059a
1
2
3
4
5
6
7
8
9
10
11
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
    void setWrkSign();
 
}