buhuazhen
2 天以前 0fcc63f1fc7f202627180658c19c93b0b7fa7f10
src/main/java/com/ruoyi/basic/pojo/ProductModel.java
@@ -63,4 +63,13 @@
    @TableField(exist = false)
    private LocalDateTime createTime;
    @TableField(exist = false)
    private Long parentId;
    @TableField(exist = false)
    private String parentName;
    @TableField(exist = false)
    private Long productType;
}