|
@@ -102,6 +102,17 @@ public class ExcelRiBao {
|
|
return medicalStr;
|
|
return medicalStr;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @ExcelProperty(value = "单间隔离", index = 12)
|
|
|
|
+ private String singleRoomStr;
|
|
|
|
+ public String getSingleRoomStr() {
|
|
|
|
+ if (singleRoom == 0) {
|
|
|
|
+ singleRoomStr = "否";
|
|
|
|
+ } else {
|
|
|
|
+ singleRoomStr = "是";
|
|
|
|
+ }
|
|
|
|
+ return singleRoomStr;
|
|
|
|
+ }
|
|
|
|
+
|
|
// @ExcelProperty(value = "身体基本情况", index = 14)
|
|
// @ExcelProperty(value = "身体基本情况", index = 14)
|
|
// private String baseDesc;
|
|
// private String baseDesc;
|
|
// public String getBaseDesc() {
|
|
// public String getBaseDesc() {
|