|
|
@ -1,5 +1,9 @@
|
|
|
|
package com.shxy.xymanager_common.entity;
|
|
|
|
package com.shxy.xymanager_common.entity;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.alibaba.excel.annotation.ExcelIgnore;
|
|
|
|
|
|
|
|
import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
|
|
|
|
|
import com.alibaba.excel.annotation.write.style.ColumnWidth;
|
|
|
|
|
|
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
import java.util.Date;
|
|
|
|
|
|
|
|
|
|
|
|
public class LeadPulls {
|
|
|
|
public class LeadPulls {
|
|
|
@ -10,6 +14,7 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ExcelIgnore
|
|
|
|
private Long id;
|
|
|
|
private Long id;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -19,6 +24,7 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ExcelIgnore
|
|
|
|
private Integer termId;
|
|
|
|
private Integer termId;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -28,7 +34,12 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ExcelIgnore
|
|
|
|
private Long updateTime;
|
|
|
|
private Long updateTime;
|
|
|
|
|
|
|
|
@ColumnWidth(20)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "时间", order = 2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private Date updateDate;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
*
|
|
|
@ -37,6 +48,8 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ColumnWidth(16)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "功能单元识别码", order = 3)
|
|
|
|
private Integer funcCode;
|
|
|
|
private Integer funcCode;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -46,6 +59,8 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ColumnWidth(14)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "最大拉力(Kg)", order = 4)
|
|
|
|
private Integer maxpullPull;
|
|
|
|
private Integer maxpullPull;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -55,6 +70,8 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ColumnWidth(20)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "最大拉力时风偏角(°)", order = 5)
|
|
|
|
private Float maxpullWind;
|
|
|
|
private Float maxpullWind;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -64,6 +81,8 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ColumnWidth(20)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "最大拉力时倾斜角(°)", order = 6)
|
|
|
|
private Float maxpullTilt;
|
|
|
|
private Float maxpullTilt;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -73,6 +92,8 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ColumnWidth(14)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "最小拉力(Kg)", order = 7)
|
|
|
|
private Integer minpullPull;
|
|
|
|
private Integer minpullPull;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -82,6 +103,8 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ColumnWidth(20)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "最小拉力时风偏角(°)", order = 8)
|
|
|
|
private Float minpullWind;
|
|
|
|
private Float minpullWind;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -91,6 +114,8 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ColumnWidth(20)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "最小拉力时倾斜角(°)", order = 9)
|
|
|
|
private Float minpullTilt;
|
|
|
|
private Float minpullTilt;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -100,6 +125,8 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ColumnWidth(21)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "最大风偏角时拉力(Kg)", order = 10)
|
|
|
|
private Integer maxwindPull;
|
|
|
|
private Integer maxwindPull;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -109,6 +136,8 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ColumnWidth(14)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "最大风偏角(°)", order = 11)
|
|
|
|
private Float maxwindWind;
|
|
|
|
private Float maxwindWind;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -118,6 +147,8 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ColumnWidth(22)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "最大风偏角时倾斜角(°)", order = 12)
|
|
|
|
private Float maxwindTilt;
|
|
|
|
private Float maxwindTilt;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -127,6 +158,8 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ColumnWidth(21)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "最小风偏角时拉力(Kg)", order = 13)
|
|
|
|
private Integer minwindPull;
|
|
|
|
private Integer minwindPull;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -136,6 +169,8 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ColumnWidth(14)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "最小风偏角(°)", order = 14)
|
|
|
|
private Float minwindWind;
|
|
|
|
private Float minwindWind;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -145,6 +180,8 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ColumnWidth(22)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "最小风偏角时倾斜角(°)", order = 15)
|
|
|
|
private Float minwindTilt;
|
|
|
|
private Float minwindTilt;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -154,6 +191,7 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ExcelIgnore
|
|
|
|
private Long wid;
|
|
|
|
private Long wid;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -163,6 +201,7 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ExcelIgnore
|
|
|
|
private Float windSpeed;
|
|
|
|
private Float windSpeed;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -172,6 +211,7 @@ public class LeadPulls {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @mbg.generated
|
|
|
|
* @mbg.generated
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ExcelIgnore
|
|
|
|
private Date createTime;
|
|
|
|
private Date createTime;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -244,6 +284,7 @@ public class LeadPulls {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public void setUpdateTime(Long updateTime) {
|
|
|
|
public void setUpdateTime(Long updateTime) {
|
|
|
|
this.updateTime = updateTime;
|
|
|
|
this.updateTime = updateTime;
|
|
|
|
|
|
|
|
this.updateDate = new Date(updateTime*1000);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -630,7 +671,11 @@ public class LeadPulls {
|
|
|
|
this.createTime = createTime;
|
|
|
|
this.createTime = createTime;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15)
|
|
|
|
|
|
|
|
@ExcelProperty(value = "监测终端编号", order = 1)
|
|
|
|
private String cmdid;
|
|
|
|
private String cmdid;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ExcelIgnore
|
|
|
|
private String phase;
|
|
|
|
private String phase;
|
|
|
|
|
|
|
|
|
|
|
|
public String getCmdid() {
|
|
|
|
public String getCmdid() {
|
|
|
@ -648,4 +693,12 @@ public class LeadPulls {
|
|
|
|
public void setPhase(String phase) {
|
|
|
|
public void setPhase(String phase) {
|
|
|
|
this.phase = phase;
|
|
|
|
this.phase = phase;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public Date getUpdateDate() {
|
|
|
|
|
|
|
|
return updateDate;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setUpdateDate(Date updateDate) {
|
|
|
|
|
|
|
|
this.updateDate = updateDate;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|