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