pang.jiabao
2024-07-10 09f658d805f714fc2b90794e4b772aa802ca55a3
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}