公告板
版本库
filestore
活动
搜索
登录
main
/
zy-asrs-master
AS/RS
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
Junjie
2024-03-22
936f1e6d23927a93381e3eb4949fdce273d6d77c
[zy-asrs-master.git]
/
zy-asrs-wcs
/
src
/
main
/
java
/
com
/
zy
/
asrs
/
wcs
/
rcs
/
thread
/
ThreadHandler.java
1
2
3
4
5
6
7
8
9
package com.zy.asrs.wcs.rcs.thread;
public interface ThreadHandler extends Runnable {
boolean connect();
void close();
}