|
@ -29,9 +29,6 @@ import lombok.Data; |
|
|
@Data |
|
|
@Data |
|
|
public class PersonTestingExcel { |
|
|
public class PersonTestingExcel { |
|
|
|
|
|
|
|
|
// @Excel(name = "ID")
|
|
|
|
|
|
// private String id;
|
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "姓名") |
|
|
@Excel(name = "姓名") |
|
|
private String name; |
|
|
private String name; |
|
|
|
|
|
|
|
@ -56,35 +53,7 @@ public class PersonTestingExcel { |
|
|
@Excel(name = "签发机关") |
|
|
@Excel(name = "签发机关") |
|
|
private String organ; |
|
|
private String organ; |
|
|
|
|
|
|
|
|
// @Excel(name = "照片base64编码")
|
|
|
|
|
|
// private String imgCode;
|
|
|
|
|
|
//
|
|
|
|
|
|
// @Excel(name = "照片地址")
|
|
|
|
|
|
// private String imgUrl;
|
|
|
|
|
|
|
|
|
|
|
|
// @Excel(name = "核酸接测结果")
|
|
|
|
|
|
// private String testingResult;
|
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "核酸检测时间") |
|
|
@Excel(name = "核酸检测时间") |
|
|
private String testingTime; |
|
|
private String testingTime; |
|
|
|
|
|
|
|
|
// @Excel(name = "乐观锁")
|
|
|
|
|
|
// private Integer revision;
|
|
|
|
|
|
//
|
|
|
|
|
|
// @Excel(name = "创建人")
|
|
|
|
|
|
// private String createdBy;
|
|
|
|
|
|
//
|
|
|
|
|
|
// @Excel(name = "创建时间")
|
|
|
|
|
|
// private Date createdTime;
|
|
|
|
|
|
//
|
|
|
|
|
|
// @Excel(name = "更新人")
|
|
|
|
|
|
// private String updatedBy;
|
|
|
|
|
|
//
|
|
|
|
|
|
// @Excel(name = "更新时间")
|
|
|
|
|
|
// private Date updatedTime;
|
|
|
|
|
|
//
|
|
|
|
|
|
// @Excel(name = "逻辑删除标识")
|
|
|
|
|
|
// private String delFlag;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |