buhuazhen
4 天以前 bda2d004876498d1618a8a6e5fa0363e19d5c011
src/main/java/com/ruoyi/purchase/pojo/ProductRecord.java
@@ -35,6 +35,11 @@
    private Long purchaseLedgerId;
    /**
     * 产品id
     */
    private Long saleLedgerProjectId;
    /**
     * 产品大类
     */
    private String productCategory;
@@ -87,7 +92,7 @@
    /**
     * 本次来票数
     */
    private Long ticketsNum;
    private BigDecimal ticketsNum;
    /**
     * 本次来票金额(元)
@@ -97,7 +102,7 @@
    /**
     * 未来票数
     */
    private Long futureTickets;
    private BigDecimal futureTickets;
    /**
     * 未来票金额(元)
@@ -121,5 +126,5 @@
    private Date createdAt;
    @TableField(fill = FieldFill.INSERT)
    private Integer tenantId;
    private Long tenantId;
}