qushaowei
2024-03-14 be3aa0812cb43be7484e162b4fece5344e9eb5c8
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcEquipment.java
@@ -131,6 +131,27 @@
    @ApiModelProperty(value = "设备状态")
    private Integer equipmentStatus;
    /**
     * 系统类型
     */
    @Excel(name = "系统类型", width = 15)
    @ApiModelProperty(value = "系统类型")
    private String systemType;
    /**
     * 设备级别
     */
    @Excel(name = "设备级别", width = 15)
    @ApiModelProperty(value = "设备级别")
    private String deviceLevel;
    /**
     * 设备种类
     */
    @Excel(name = "设备种类", width = 15)
    @ApiModelProperty(value = "设备种类")
    private String deviceCategory;
    /**部门名称*/
    @Excel(name = "部门名称", width = 15)
    private transient String orgCodeTxt;