新火炬后端单体项目初始化代码
zhangherong
4 天以前 53577ae0fcba9342b22ad1758303aa61409160d1
src/main/java/org/jeecg/modules/mes/entity/MesProductionWorkOrder.java
@@ -153,6 +153,10 @@
    /**产线名称*/
    @TableField(exist = false)
    private String factoryName;
    /**产线类型*/
    @TableField(exist = false)
    @Dict(dicCode = "production_type")
    private String productionType;
    /**班组名称*/
    @TableField(exist = false)
    private String groupName;