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; }