chenrui
2025-05-16 4a8729894cea54668df86f70403775f731d962ca
src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -59,7 +59,7 @@
     * 税率
     */
    @Excel(name = "税率")
    private String taxRate;
    private BigDecimal taxRate;
    /**
     * 含税单价
@@ -84,4 +84,29 @@
     */
    @Excel(name = "发票类型")
    private String invoiceType;
    /**
     * 台账类型 1.销售 2,采购
     */
    private Integer type;
    /**
     * 本次来票数
     */
    private Long ticketsNum;
    /**
     * 本次来票金额(元)
     */
    private BigDecimal ticketsAmount;
    /**
     * 未来票数
     */
    private Long futureTickets;
    /**
     * 未来票金额(元)
     */
    private BigDecimal futureTicketsAmount;
}