新火炬后端单体项目初始化代码
Houjie
2 天以前 67ac603f410319a0d999e5f493c8ef2d74163fe1
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;
}