自动化立体仓库 - WCS系统
*
lsh
2024-10-17 13610d4b55fb5d2871a4f12e3e8df4ab86bf33f7
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}