huminmin
2026-04-23 eb807db568325b0bd349c43dbec261646faac52c
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);
    void exportShippingNote(HttpServletResponse response, List<Long> ids) throws Exception;
}