yxFwq
2024-08-12 a395c37ac600ec6c73fed890ba94ede9fec5cc68
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}