9 天以前 f0efc10af370936b4db47b8428eb1ca4686431f9
src/main/java/com/ruoyi/purchase/service/IInvoicePurchaseService.java
@@ -32,4 +32,6 @@
    IPage<InvoicePurchaseReportDto> listPurchaseReport(Page page, InvoicePurchaseReportDto invoicePurchaseReportDto);
    IPage<VatDto> listVat(Page page,String month);
    IPage<VatDto> listVatDetail(Page page, String month);
}