maven
2025-11-26 96b8e473365b305441c85162433db0705f308790
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);
}