2024-10-18 设备-运行记录-导出

master
元气满满(jgy) 6 months ago
parent 76983c9df4
commit 85bec1c62d

@ -50,13 +50,13 @@ public class EquOperation extends BaseEntity {
/** /**
* *
*/ */
@Excel(name = "故障时间") @Excel(name = "故障停机时间")
private String faultTime; private String faultTime;
/** /**
* ;- * ;-
*/ */
@Excel(name = "实际运行时间;运行时间-故障时间") @Excel(name = "实际运行时间")
private String actualOperationTime; private String actualOperationTime;
/** /**
@ -71,6 +71,18 @@ public class EquOperation extends BaseEntity {
@Excel(name = "故障率") @Excel(name = "故障率")
private String failureRate; private String failureRate;
/**
*
*/
@Excel(name = "故障次数")
private Integer failureTimes;
/**
*
*/
@Excel(name = "停机次数")
private Integer shutdownTimes;
/** /**
* *
*/ */
@ -83,6 +95,12 @@ public class EquOperation extends BaseEntity {
@Excel(name = "原因分析") @Excel(name = "原因分析")
private String reasonAnalyze; private String reasonAnalyze;
/**
*
*/
@Excel(name = "设备状态描述")
private String equStatusDes;
/** /**
* *
*/ */
@ -95,12 +113,6 @@ public class EquOperation extends BaseEntity {
@Excel(name = "维修人") @Excel(name = "维修人")
private String repairPerson; private String repairPerson;
/**
*
*/
@Excel(name = "设备状态描述")
private String equStatusDes;
/** /**
* *
*/ */
@ -116,19 +128,19 @@ public class EquOperation extends BaseEntity {
/** /**
* 1 * 1
*/ */
@Excel(name = "备用字段1") // @Excel(name = "备用字段1")
private String attr1; private String attr1;
/** /**
* 2 * 2
*/ */
@Excel(name = "备用字段2") // @Excel(name = "备用字段2")
private String attr2; private String attr2;
/** /**
* 3 * 3
*/ */
@Excel(name = "备用字段3") // @Excel(name = "备用字段3")
private String attr3; private String attr3;
/** /**
@ -136,18 +148,6 @@ public class EquOperation extends BaseEntity {
*/ */
private String delFlag; private String delFlag;
/**
*
*/
@Excel(name = "故障次数")
private Integer failureTimes;
/**
*
*/
@Excel(name = "停机次数")
private Integer shutdownTimes;
// 创建日期范围list // 创建日期范围list
private List<Date> createTimeArray; private List<Date> createTimeArray;

Loading…
Cancel
Save