自动化立体仓库 - WCS系统
#
LSH
2023-06-03 584ce9e811602b984a91c6f895347cf9a0ca5974
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}