自动化立体仓库 - WMS系统
IZCD4L12RTSW0VZ\Administrator
2026-01-05 93860dbc9e47ef9886c1347ce0bf14e9f0438b2a
src/main/java/com/zy/asrs/service/PackService.java
@@ -5,4 +5,6 @@
public interface PackService extends IService<Pack> {
    Pack selectByBarcode(String barcode);
}