| | |
| | | /** |
| | | * 附件下载 |
| | | * @param response |
| | | * @param invoiceLedgerDto |
| | | * @param invoiceRegistrationProductDto |
| | | * @return |
| | | */ |
| | | void invoiceLedgerExport(HttpServletResponse response ,InvoiceLedgerDto invoiceLedgerDto); |
| | | void invoiceLedgerExport(HttpServletResponse response ,InvoiceRegistrationProductDto invoiceRegistrationProductDto); |
| | | |
| | | /** |
| | | * 开票台账详情 |
| | |
| | | * @return |
| | | */ |
| | | InvoiceRegistrationProductDto invoiceLedgerProductDetail(Integer id); |
| | | |
| | | /** |
| | | * 开票台账删除 |
| | | * @param invoiceRegistrationProductId |
| | | * @return |
| | | */ |
| | | void delInvoiceLedger(Integer invoiceRegistrationProductId); |
| | | } |