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