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