gongchunyi
2026-05-18 477ccd20acbafc1ec65134f1592b3cf835a9a585
src/main/java/com/ruoyi/sales/service/ShippingInfoService.java
@@ -21,8 +21,6 @@
    boolean deductStock(ShippingInfoDto req) throws IOException;
    boolean deductStockByOrder(Long salesLedgerId, ShippingInfoDto req) throws IOException;
    boolean delete(List<Long> ids);
    List<SalesLedgerProductDto> getReturnManagementDtoById( Long shippingId);