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