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