自动化立体仓库 - WCS系统
#
tqs
2024-05-16 07c5450ee6a2bb7c993f83b927b1899a1a56262b
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}