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