自动化立体仓库 - WCS系统
zjj
2023-07-13 073ba7c8afcbeedcc7dad4f0f7c1d1b6eaa82daf
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}