Lius
2024-01-31 8aa4ffc8a81a0a8d98bc89b969707c90a5c1fc53
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcEquipment.java
@@ -47,13 +47,13 @@
    /**
     * 报警号
     */
    @Excel(name = "报警号", width = 15)
    //@Excel(name = "报警号", width = 15)
    @ApiModelProperty(value = "报警号")
    private String alarm;
    /**
     * 采集时间
     */
    @Excel(name = "采集时间", width = 15)
    //@Excel(name = "采集时间", width = 15)
    @ApiModelProperty(value = "采集时间")
    private String collectTime;
    /**
@@ -65,7 +65,7 @@
    /**
     * 设备实时状态
     */
    @Excel(name = "设备实时状态", width = 15)
    //@Excel(name = "设备实时状态", width = 15)
    @ApiModelProperty(value = "设备实时状态")
    private Integer oporation;
    /**
@@ -132,9 +132,11 @@
    private Integer equipmentStatus;
    /**部门名称*/
    @Excel(name = "部门名称", width = 15)
    private transient String orgCodeTxt;
    /**产线名称*/
    @Excel(name = "车间名称", width = 15)
    private transient String productionName;
    @TableField(exist = false)