自动化立体仓库 - WMS系统
1
ZY
2025-04-01 8fccf599e800c894c8a1046d9b555f7295b1f687
src/main/java/com/zy/asrs/service/PackService.java
@@ -5,4 +5,6 @@
public interface PackService extends IService<Pack> {
    Pack selectByBarcode(String barcode);
}