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