自动化立体仓库 - WCS系统
#
Junjie
6 天以前 3009c8b166815ef1ca58d43643e6d1f9f3a57747
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler extends Runnable {
 
    boolean connect();
 
    void close();
 
}