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; }