#
Junjie
2024-04-16 25c69020ee46b88cda22f56631c4fdb149d211cd
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();
 
}