zyx
2024-07-10 9c7d9c85a9324e180644aced2838f2e62e00b389
zy-asrs-common/src/main/java/com/zy/asrs/common/wms/service/LocDetlService.java
@@ -30,4 +30,11 @@
    List<ReportStockDto> getReportStockDto(Long hostId);
    /**
     * 获取相同规格货物的深库位号
     */
    List<String> getSameDetl(String matnr, String batch, Long hostId);
    List<LocDetl> getStockStatisExcel();
}