公告板
版本库
filestore
活动
搜索
登录
main
/
zy-asrs-master
AS/RS
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
zjj
8 天以前
3644989d8aa96bcb5ac837f6c79dff4de5f83736
[zy-asrs-master.git]
/
zy-asrs-wcs
/
src
/
main
/
java
/
com
/
zy
/
asrs
/
wcs
/
rcs
/
thread
/
BarcodeThread.java
1
2
3
4
5
6
7
8
9
package com.zy.asrs.wcs.rcs.thread;
public interface BarcodeThread extends ThreadHandler{
String getBarcode();
boolean setBarcode(String barcode);
}