自动化立体仓库 - WMS系统
*
lsh
20 小时以前 4448779d76ff424e666d65f2f168a5890642c857
src/main/java/com/zy/asrs/service/PackService.java
@@ -5,4 +5,6 @@
public interface PackService extends IService<Pack> {
    Pack selectByBarcode(String barcode);
}