| | |
| | | import com.ruoyi.sales.pojo.InvoiceRegistrationProduct; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import jakarta.servlet.http.HttpServletResponse; |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | |
| | |
| | | /** |
| | | * 附件下载 |
| | | * @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); |
| | | } |