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