src/main/java/org/jeecg/modules/eam/entity/EamEquipment.java
@@ -83,9 +83,9 @@ /** * 使用部门 */ @Excel(name = "使用车间", width = 25, dictTable = "mdc_production", dicText = "production_name", dicCode = "id", orderNum = "9") @Excel(name = "使用车间", width = 25, dictTable = "base_factory", dicText = "factory_name", dicCode = "id", orderNum = "9") @ApiModelProperty(value = "使用部门") @Dict(dicCode = "mdc_production, production_name, id") @Dict(dicCode = "base_factory, factory_name, id") private String orgId; /** * 设备管理员