自动化立体仓库 - WCS系统
#
luxiaotao1123
2022-12-02 0b7dae5aadc7e4bcd61074fdf8cdd786a23f8f18
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}