src/main/java/com/ruoyi/sales/service/ShippingInfoService.java
@@ -21,6 +21,7 @@
    boolean deductStock(ShippingInfoDto req) throws IOException;
    boolean delete(List<Long> ids);
    List<SalesLedgerProductDto> getReturnManagementDtoById( Long shippingId);