zhangherong
3 天以前 63c9ec27a1f717cff8b36ad7db23d56e41dfae8f
lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamInspectionOrder.java
@@ -117,4 +117,9 @@
    @ApiModelProperty(value = "设备型号")
    @TableField(exist = false)
    private String equipmentModel;
    /**HF编码*/
    @Excel(name = "HF编码", width = 15)
    @ApiModelProperty(value = "HF编码")
    private String hfCode;
}