gongchunyi
2026-05-26 addadff44823ce6736a0ec3b417a7475e1ae045c
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);