#
zjj
2024-06-22 090b09847dc5317c2252c277fa39647e7e787988
1
2
3
4
5
6
7
8
9
package com.zy.asrs.wcs.rcs.thread;
 
public interface ThreadHandler extends Runnable {
 
    boolean connect();
 
    void close();
 
}