*
lsh
1 天以前 3759a40aad8191f82f4a2eac54c9045dcf6a0fb3
1
2
3
4
5
6
7
8
9
10
11
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
    void setWrkSign();
 
}