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