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