|
@@ -47,6 +47,7 @@ public class ExcelRiBaoLYBM4 {
|
|
private int isTrip = 0;
|
|
private int isTrip = 0;
|
|
private int isContact = 0;
|
|
private int isContact = 0;
|
|
private int isSuspected = 0;
|
|
private int isSuspected = 0;
|
|
|
|
+ private int returnWork = 0;
|
|
|
|
|
|
private Date reportDate;
|
|
private Date reportDate;
|
|
private int msStatus;
|
|
private int msStatus;
|
|
@@ -63,7 +64,7 @@ public class ExcelRiBaoLYBM4 {
|
|
return loudong;
|
|
return loudong;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelProperty(value = "工号", index = 3)
|
|
|
|
|
|
+ @ExcelProperty(value = "工号", index = 4)
|
|
private String fanghao = "";
|
|
private String fanghao = "";
|
|
|
|
|
|
public String getFanghao() {
|
|
public String getFanghao() {
|
|
@@ -76,7 +77,7 @@ public class ExcelRiBaoLYBM4 {
|
|
@ExcelProperty(value = "姓名", index = 0)
|
|
@ExcelProperty(value = "姓名", index = 0)
|
|
private String linkman;
|
|
private String linkman;
|
|
|
|
|
|
- @ExcelProperty(value = "联系电话", index = 2)
|
|
|
|
|
|
+ @ExcelProperty(value = "联系电话", index = 3)
|
|
private String phone;
|
|
private String phone;
|
|
|
|
|
|
private String safetyNumStr = "";
|
|
private String safetyNumStr = "";
|
|
@@ -227,7 +228,7 @@ public class ExcelRiBaoLYBM4 {
|
|
return baseDesc;
|
|
return baseDesc;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelProperty(value = "病情描述", index = 4)
|
|
|
|
|
|
+ @ExcelProperty(value = "病情描述", index = 5)
|
|
private String bingqingDesc = "";
|
|
private String bingqingDesc = "";
|
|
|
|
|
|
public String getBingqingDesc() {
|
|
public String getBingqingDesc() {
|
|
@@ -318,7 +319,7 @@ public class ExcelRiBaoLYBM4 {
|
|
return bingqingDesc;
|
|
return bingqingDesc;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelProperty(value = "工作驻地", index = 5)
|
|
|
|
|
|
+ @ExcelProperty(value = "工作驻地", index = 6)
|
|
private String workLoalDesc = "";
|
|
private String workLoalDesc = "";
|
|
|
|
|
|
public String getWorkLoalDesc() {
|
|
public String getWorkLoalDesc() {
|
|
@@ -337,7 +338,7 @@ public class ExcelRiBaoLYBM4 {
|
|
return workLoalDesc;
|
|
return workLoalDesc;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelProperty(value = "今晚住地", index = 6)
|
|
|
|
|
|
+ @ExcelProperty(value = "今晚住地", index = 7)
|
|
private String todayLoalDesc = "";
|
|
private String todayLoalDesc = "";
|
|
|
|
|
|
public String getTodayLoalDesc() {
|
|
public String getTodayLoalDesc() {
|
|
@@ -356,7 +357,7 @@ public class ExcelRiBaoLYBM4 {
|
|
return todayLoalDesc;
|
|
return todayLoalDesc;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelProperty(value = "是否出行", index = 7)
|
|
|
|
|
|
+ @ExcelProperty(value = "是否出行", index = 8)
|
|
private String isTripDesc = "";
|
|
private String isTripDesc = "";
|
|
|
|
|
|
public String getIsTripDesc() {
|
|
public String getIsTripDesc() {
|
|
@@ -371,13 +372,16 @@ public class ExcelRiBaoLYBM4 {
|
|
return isTripDesc;
|
|
return isTripDesc;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelProperty(value = "出行详细", index = 1)
|
|
|
|
|
|
+ @ExcelProperty(value = "出行详细", index = 11)
|
|
private String tripDetDesc = "";
|
|
private String tripDetDesc = "";
|
|
|
|
|
|
- @ExcelProperty(value = "家人确诊或接触", index = 8)
|
|
|
|
|
|
+ @ExcelProperty(value = "家人确诊或接触", index = 9)
|
|
private String isContactDesc = "";
|
|
private String isContactDesc = "";
|
|
|
|
|
|
- @ExcelProperty(value = "家人健康异常", index = 9)
|
|
|
|
|
|
+ @ExcelProperty(value = "家人健康异常", index = 10)
|
|
private String isSuspectedDesc = "";
|
|
private String isSuspectedDesc = "";
|
|
|
|
|
|
|
|
+ @ExcelProperty(value = "个人上报状态", index = 2)
|
|
|
|
+ private String reportStatusDesc = "";
|
|
|
|
+
|
|
}
|
|
}
|