yaowanxin
5 天以前 df35c666ff8342343c82735ee25c5f04ae0d054c
src/main/java/com/ruoyi/purchase/mapper/InvoicePurchaseMapper.java
@@ -22,5 +22,7 @@
    IPage<InvoicePurchaseReportDto> selectPurchaseReport(IPage page, @Param("c") InvoicePurchaseReportDto invoicePurchaseReportDto);
    List<VatDto> listVat(Page page, InvoicePurchase invoicePurchase);
    IPage<VatDto> listVat(Page page,@Param("month") String month);
    List<VatDto>  listVat1();
}