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