gongchunyi
2 天以前 91e3ef2a7e7512974859e160e38bbf27a389e69b
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;
}