zhangherong
2025-03-25 f4672007d5c668e59576ee1e2da9bb9f6a9b3b96
art: 设备台账-列表、详情 修改
已修改1个文件
6 ■■■■■ 文件已修改
lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamEquipment.java 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamEquipment.java
@@ -72,12 +72,14 @@
    @ApiModelProperty(value = "操作系统")
    private java.lang.String operationSystem;
    /**使用部门*/
    @Excel(name = "使用部门", width = 15)
    @Excel(name = "使用部门", width = 15, dicCode = "mdc_production, production_name, id")
    @ApiModelProperty(value = "使用部门")
    @Dict(dicCode = "mdc_production, production_name, id")
    private java.lang.String orgId;
    /**设备管理员*/
    @Excel(name = "设备管理员", width = 15)
    @Excel(name = "设备管理员", width = 15, dicCode = "sys_user, realname, username")
    @ApiModelProperty(value = "设备管理员")
    @Dict(dicCode = "sys_user, realname, username")
    private java.lang.String equipmentManager;
    /**设备分类*/
    @Excel(name = "设备分类", width = 15, dicCode = "equipment_category")