maven
2025-11-26 da8d45df31aebdf0eda2c57155d1a915e2e1e89f
src/main/java/com/ruoyi/purchase/pojo/ProductRecord.java
@@ -35,6 +35,11 @@
    private Long purchaseLedgerId;
    /**
     * 产品id
     */
    private Long saleLedgerProjectId;
    /**
     * 产品大类
     */
    private String productCategory;
@@ -121,5 +126,5 @@
    private Date createdAt;
    @TableField(fill = FieldFill.INSERT)
    private Integer tenantId;
    private Long tenantId;
}