maven
2025-11-10 5ff5e7cf4bc2034f728c7edfbfd249345a000104
src/main/java/com/ruoyi/account/service/AccountIncomeService.java
@@ -18,4 +18,8 @@
    void accountIncomeExport(HttpServletResponse response, AccountIncome accountIncome);
    List<AccountDto3> reportIncome();
    AccountIncome getByInvoiceNumber(String purchaseContractNumber);
    List<AccountIncome> getByInvoiceNumberList(String purchaseContractNumber);
}