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