#
zjj
2024-06-22 090b09847dc5317c2252c277fa39647e7e787988
1
2
3
4
5
6
7
package com.zy.asrs.wcs.rcs.thread;
 
public interface BarcodeThread extends ThreadHandler{
 
    String getBarcode();
 
}