新火炬后端单体项目初始化代码
zhangherong
3 天以前 53577ae0fcba9342b22ad1758303aa61409160d1
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;
}