zhangherong
2025-03-25 f4672007d5c668e59576ee1e2da9bb9f6a9b3b96
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")
@@ -174,12 +176,6 @@
   /**备注*/
    @ApiModelProperty(value = "备注")
   private java.lang.String remark;
   /**
    * 使用部门所有ID
    * 使用部门ID + 其所有父级ID, 以逗号分割
    */
   @ApiModelProperty(value = "使用部门所有ID")
   private String orgParentIds;
   @ApiModelProperty(value = "MDC设备类型")
   private String deviceType;
}