chenrui
9 天以前 892e590cf8c579a235db630ddbe31a59930420af
src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -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;
}