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