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