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