1
zhang
8 小时以前 f90076758229241d652ceacfcb1d53f781c06ac6
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}