自动化立体仓库 - WMS系统
#1
dubin
3 天以前 020eb6dc7ebe1f5f4518c76af19520f9d1d4e9f6
src/main/java/com/zy/asrs/service/PackService.java
@@ -5,4 +5,6 @@
public interface PackService extends IService<Pack> {
    Pack selectByBarcode(String barcode);
}