src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -89,4 +89,24 @@ * 台账类型 1.销售 2,采购 */ private Integer type; /** * 本次来票数 */ private Long ticketsNum; /** * 本次来票金额(元) */ private BigDecimal ticketsAmount; /** * 未来票数 */ private Long futureTickets; /** * 未来票金额(元) */ private BigDecimal futureTicketsAmount; }