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