src/main/java/org/jeecg/modules/cms/entity/CuttingInventory.java
@@ -77,4 +77,11 @@ @TableField(exist = false) // 表示这不是数据库字段 private String cuttingBarcodeSearch; @TableField(exist = false) // 表示这不是数据库字段 private String workpieceMaterial; @TableField(exist = false) // 表示这不是数据库字段 private BigDecimal ratedLife; }