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