gongchunyi
18 小时以前 8d5e82d82c37c1c9236e0c679f199db53585c1ad
src/main/java/com/ruoyi/basic/pojo/ProductModel.java
@@ -43,6 +43,12 @@
    private String unit;
    /**
     * 单位
     */
    @Excel(name = "厚度")
    private BigDecimal thickness;
    /**
     * 生产炒机
     */
    @Excel(name = "生产炒机")
@@ -63,4 +69,10 @@
    @TableField(exist = false)
    private LocalDateTime createTime;
    @TableField(exist = false)
    private Long parentId;
    @TableField(exist = false)
    private String parentName;
}