| | |
| | | @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") |