yaowanxin
3 天以前 d3d6287a3222b9c85a56e4c55c35350c4233c7db
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,18 @@
    @ApiModelProperty(value = "临时未开票金额")
    @TableField(exist = false)
    private BigDecimal tempnoInvoiceAmount;
    @ApiModelProperty(value = "临时未来票数")
    @TableField(exist = false)
    private BigDecimal tempFutureTickets;
    @ApiModelProperty(value = "临时未来票金额")
    @TableField(exist = false)
    private BigDecimal tempFutureTicketsAmount;
    @ApiModelProperty("登记人")
    private String register;
    @ApiModelProperty("登记日期")
    private String registerDate;
}