zhangherong
2025-03-25 801a6ba1bce0de51a75256bc1a2d45e2f61d5056
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")