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