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