自动化立体仓库 - WCS系统
pang.jiabao
2024-11-01 7ec18552d3a3d1350191f85a25851beb925b7441
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}