| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.purchase.dto.InvoicePurchaseDto; |
| | | import com.ruoyi.purchase.dto.InvoicePurchaseReportDto; |
| | | import com.ruoyi.purchase.dto.VatDto; |
| | | import com.ruoyi.purchase.pojo.InvoicePurchase; |
| | | |
| | | import java.io.IOException; |
| | |
| | | |
| | | IPage<InvoicePurchaseReportDto> listPurchaseReport(Page page, InvoicePurchaseReportDto invoicePurchaseReportDto); |
| | | |
| | | IPage<InvoicePurchase> listVat(Page page, InvoicePurchase invoicePurchase); |
| | | IPage<VatDto> listVat(Page page,String month); |
| | | } |