huminmin
2026-04-25 cea4e4e9c6dad4d4f1b04b750ffca73cc252b22f
src/main/java/com/ruoyi/sales/service/ISalesLedgerService.java
@@ -44,5 +44,5 @@
    List<LossProductModelDto> getSalesLedgerWithProductsLoss(Long salesLedgerId);
    void exportShippingNote(HttpServletResponse response, List<Long> ids) throws Exception;
    void exportShippingNote(HttpServletResponse response, List<Long> ids);
}