gongchunyi
4 天以前 5303724901f83673d2cd0e33a80ea9a51a60c786
src/main/java/com/ruoyi/sales/service/ShippingInfoService.java
@@ -21,6 +21,8 @@
    boolean deductStock(ShippingInfoDto req) throws IOException;
    boolean deductStockByOrder(Long salesLedgerId, ShippingInfoDto req) throws IOException;
    boolean delete(List<Long> ids);
    List<SalesLedgerProductDto> getReturnManagementDtoById( Long shippingId);