chenrui
7 天以前 4afb279afec6c0a6684f88529d68057ad709b870
src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -95,7 +95,7 @@
    /**
     * 本次来票数
     */
    private Long ticketsNum;
    private BigDecimal ticketsNum;
    /**
     * 本次来票金额(元)
@@ -105,7 +105,7 @@
    /**
     * 未来票数
     */
    private Long futureTickets;
    private BigDecimal futureTickets;
    /**
     * 未来票金额(元)
@@ -153,4 +153,12 @@
    @ApiModelProperty(value = "临时未开票金额")
    @TableField(exist = false)
    private BigDecimal tempnoInvoiceAmount;
    @ApiModelProperty(value = "临时未来票数")
    @TableField(exist = false)
    private BigDecimal tempFutureTickets;
    @ApiModelProperty(value = "临时未来票金额")
    @TableField(exist = false)
    private BigDecimal tempFutureTicketsAmount;
}