liding
2025-05-15 56d1596d35e5de788c09f7a14e33a720a932c76e
src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -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;
}