lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/dto/EamReportAccidentsRegisterDto.java
@@ -61,6 +61,10 @@ @Excel(name = "设备ID", width = 15) @ApiModelProperty(value = "设备ID") private String equipmentId; /**HF编码*/ @Excel(name = "HF编码", width = 15) @ApiModelProperty(value = "HF编码") private String hfCode; /**登记状态*/ @ApiModelProperty(value = "登记状态") @Dict(dicCode = "eam_report_accidents_register_status") @@ -329,4 +333,6 @@ @TableField(exist = false) @ApiModelProperty(value = "废品价值") private String scrapPartValue; /**生产单位*/ private String factoryName; }