#
Junjie
2024-06-08 44ed3bb171d716cec71b276763740e97488df037
1
2
3
4
5
6
7
package com.zy.asrs.wcs.rcs.thread;
 
public interface BarcodeThread extends ThreadHandler{
 
    String getBarcode();
 
}