自动化立体仓库 - WCS系统
#
luxiaotao1123
2022-10-26 1222c3c5ef13f244e8dff1fb1a14457b77140d6b
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}