|
@@ -112,6 +112,7 @@ public class MsReport {
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
private Integer isSure;
|
|
private Integer isSure;
|
|
@ExcelProperty(value = "是否有过确诊", index = 4)
|
|
@ExcelProperty(value = "是否有过确诊", index = 4)
|
|
|
|
+ @TableField(exist = false)
|
|
private String isSureMsg;
|
|
private String isSureMsg;
|
|
|
|
|
|
public String getIsSureMsg() {
|
|
public String getIsSureMsg() {
|
|
@@ -129,6 +130,7 @@ public class MsReport {
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
private Integer isSuspected;
|
|
private Integer isSuspected;
|
|
@ExcelProperty(value = "是否有过疑似", index = 5)
|
|
@ExcelProperty(value = "是否有过疑似", index = 5)
|
|
|
|
+ @TableField(exist = false)
|
|
private String isSuspectedMsg;
|
|
private String isSuspectedMsg;
|
|
|
|
|
|
public String getIsSuspectedMsg() {
|
|
public String getIsSuspectedMsg() {
|
|
@@ -150,6 +152,7 @@ public class MsReport {
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
private Integer isContact;
|
|
private Integer isContact;
|
|
@ExcelProperty(value = "是否有过接触", index = 6)
|
|
@ExcelProperty(value = "是否有过接触", index = 6)
|
|
|
|
+ @TableField(exist = false)
|
|
private String isContactMsg;
|
|
private String isContactMsg;
|
|
|
|
|
|
public String getIsContactMsg() {
|
|
public String getIsContactMsg() {
|
|
@@ -167,6 +170,7 @@ public class MsReport {
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
private Integer isFamliyContact;
|
|
private Integer isFamliyContact;
|
|
@ExcelProperty(value = "家人是否有过确诊", index = 7)
|
|
@ExcelProperty(value = "家人是否有过确诊", index = 7)
|
|
|
|
+ @TableField(exist = false)
|
|
private String isFamliyContactMsg;
|
|
private String isFamliyContactMsg;
|
|
|
|
|
|
public String getIsFamliyContactMsg() {
|
|
public String getIsFamliyContactMsg() {
|
|
@@ -184,6 +188,7 @@ public class MsReport {
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
private Integer isWork;
|
|
private Integer isWork;
|
|
@ExcelProperty(value = "异地返回是否超过14天", index = 9)
|
|
@ExcelProperty(value = "异地返回是否超过14天", index = 9)
|
|
|
|
+ @TableField(exist = false)
|
|
private String isWorkMsg;
|
|
private String isWorkMsg;
|
|
|
|
|
|
public String getIsWorkMsg() {
|
|
public String getIsWorkMsg() {
|