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