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