野心家
2023-03-01 b2316798d7248dfb523c71d487f7c36256471cd0
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}