liyong
2 天以前 af73f49872f899a1cb301ae6e3ee23ebc28daf20
src/main/java/com/ruoyi/purchase/pojo/ProductRecord.java
@@ -87,7 +87,7 @@
    /**
     * 本次来票数
     */
    private Long ticketsNum;
    private BigDecimal ticketsNum;
    /**
     * 本次来票金额(元)
@@ -97,7 +97,7 @@
    /**
     * 未来票数
     */
    private Long futureTickets;
    private BigDecimal futureTickets;
    /**
     * 未来票金额(元)
@@ -121,5 +121,5 @@
    private Date createdAt;
    @TableField(fill = FieldFill.INSERT)
    private Integer tenantId;
    private Long tenantId;
}