liding
2026-05-22 cbd256b89b7f9a863c09e01cb702a856735336ef
src/main/java/com/ruoyi/sales/service/ISalesLedgerService.java
@@ -38,11 +38,11 @@
    List<MonthlyAmountDto> getAmountHalfYear(Integer type);
    IPage<SalesLedger> selectSalesLedgerListPage(Page page, SalesLedgerDto salesLedgerDto);
    IPage<SalesLedgerDto> selectSalesLedgerListPage(Page page, SalesLedgerDto salesLedgerDto);
    AjaxResult importData(MultipartFile file);
    List<LossProductModelDto> getSalesLedgerWithProductsLoss(Long salesLedgerId);
    void exportShippingNote(HttpServletResponse response, List<Long> ids) throws Exception;
    void exportShippingNote(HttpServletResponse response, List<Long> ids);
}