|
@@ -68,8 +68,8 @@ public class ExcelRiBao {
|
|
@ExcelProperty(value = "身体正常人数", index = 8)
|
|
@ExcelProperty(value = "身体正常人数", index = 8)
|
|
private int normalNum;
|
|
private int normalNum;
|
|
|
|
|
|
-// @ExcelProperty(value = "居家人员姓名", index = 9)
|
|
|
|
-// private String userName;
|
|
|
|
|
|
+ @ExcelProperty(value = "居家人员姓名", index = 9)
|
|
|
|
+ private String userName;
|
|
//
|
|
//
|
|
// @ExcelProperty(value = "性别", index = 10)
|
|
// @ExcelProperty(value = "性别", index = 10)
|
|
// private String grenderStr;
|
|
// private String grenderStr;
|
|
@@ -88,10 +88,10 @@ public class ExcelRiBao {
|
|
// @ExcelProperty(value = "年龄", index = 11)
|
|
// @ExcelProperty(value = "年龄", index = 11)
|
|
// private String age;
|
|
// private String age;
|
|
|
|
|
|
- @ExcelProperty(value = "体温", index = 9)
|
|
|
|
|
|
+ @ExcelProperty(value = "体温", index = 10)
|
|
private BigDecimal temperature;
|
|
private BigDecimal temperature;
|
|
|
|
|
|
- @ExcelProperty(value = "确诊", index = 10)
|
|
|
|
|
|
+ @ExcelProperty(value = "确诊", index = 11)
|
|
private String medicalStr;
|
|
private String medicalStr;
|
|
public String getMedicalStr() {
|
|
public String getMedicalStr() {
|
|
if (medical == 0) {
|
|
if (medical == 0) {
|