zhangherong
2025-03-25 5f470251b97ecf69aa77c654434f9af8ed16d9e2
lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamEquipment.java
@@ -174,10 +174,6 @@
   /**备注*/
    @ApiModelProperty(value = "备注")
   private java.lang.String remark;
   /**
    * 使用部门所有ID
    * 使用部门ID + 其所有父级ID, 以逗号分割
    */
   @ApiModelProperty(value = "使用部门所有ID")
   private String orgParentIds;
   @ApiModelProperty(value = "MDC设备类型")
   private String deviceType;
}