gongchunyi
6 天以前 054381d20e23e30cfb3fe962e00be6a3ded3ee2b
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);