|
|
@ -20,8 +20,6 @@ package com.elink.esua.epdc.modules.epidemic.excel; |
|
|
import cn.afterturn.easypoi.excel.annotation.Excel; |
|
|
import cn.afterturn.easypoi.excel.annotation.Excel; |
|
|
import lombok.Data; |
|
|
import lombok.Data; |
|
|
|
|
|
|
|
|
import java.util.Date; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 行程上报信息 |
|
|
* 行程上报信息 |
|
|
* |
|
|
* |
|
|
@ -31,8 +29,8 @@ import java.util.Date; |
|
|
@Data |
|
|
@Data |
|
|
public class TripReportExcel { |
|
|
public class TripReportExcel { |
|
|
|
|
|
|
|
|
@Excel(name = "ID") |
|
|
// @Excel(name = "ID")
|
|
|
private String id; |
|
|
// private String id;
|
|
|
|
|
|
|
|
|
@Excel(name = "姓名") |
|
|
@Excel(name = "姓名") |
|
|
private String name; |
|
|
private String name; |
|
|
@ -43,77 +41,77 @@ public class TripReportExcel { |
|
|
@Excel(name = "身份证") |
|
|
@Excel(name = "身份证") |
|
|
private String idCard; |
|
|
private String idCard; |
|
|
|
|
|
|
|
|
@Excel(name = "现居住地编码") |
|
|
// @Excel(name = "现居住地编码")
|
|
|
private String nowAddressCode; |
|
|
// private String nowAddressCode;
|
|
|
|
|
|
|
|
|
@Excel(name = "现居住地名称") |
|
|
@Excel(name = "现居住地") |
|
|
private String nowAddressName; |
|
|
private String nowAddressName; |
|
|
|
|
|
|
|
|
@Excel(name = "现居住详细地址") |
|
|
@Excel(name = "现居住详细地址") |
|
|
private String nowAddressDetail; |
|
|
private String nowAddressDetail; |
|
|
|
|
|
|
|
|
@Excel(name = "来自地区编码") |
|
|
// @Excel(name = "来自地区编码")
|
|
|
private String comeAddressCode; |
|
|
// private String comeAddressCode;
|
|
|
|
|
|
|
|
|
@Excel(name = "来自地区名称") |
|
|
@Excel(name = "来自地区") |
|
|
private String comeAddressName; |
|
|
private String comeAddressName; |
|
|
|
|
|
|
|
|
@Excel(name = "来到(本地)时间") |
|
|
// @Excel(name = "来到(本地)时间")
|
|
|
private Date comeDate; |
|
|
// private Date comeDate;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "返回时间") |
|
|
// @Excel(name = "返回时间")
|
|
|
private Date backDate; |
|
|
// private Date backDate;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "备注") |
|
|
// @Excel(name = "备注")
|
|
|
private String note; |
|
|
private String note; |
|
|
|
|
|
|
|
|
@Excel(name = "用户id") |
|
|
// @Excel(name = "用户id")
|
|
|
private String userId; |
|
|
// private String userId;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "手机号") |
|
|
// @Excel(name = "手机号")
|
|
|
private String userMobile; |
|
|
// private String userMobile;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "真实姓名") |
|
|
// @Excel(name = "真实姓名")
|
|
|
private String realName; |
|
|
// private String realName;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "头像") |
|
|
// @Excel(name = "头像")
|
|
|
private String faceImg; |
|
|
// private String faceImg;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "部门ID") |
|
|
// @Excel(name = "部门ID")
|
|
|
private String deptId; |
|
|
// private String deptId;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "部门名称") |
|
|
// @Excel(name = "部门名称")
|
|
|
private String deptName; |
|
|
// private String deptName;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "所有部门ID") |
|
|
// @Excel(name = "所有部门ID")
|
|
|
private String allDeptIds; |
|
|
// private String allDeptIds;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "所有部门名称") |
|
|
// @Excel(name = "所有部门名称")
|
|
|
private String allDeptNames; |
|
|
// private String allDeptNames;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "父所有部门") |
|
|
// @Excel(name = "父所有部门")
|
|
|
private String parentDeptIds; |
|
|
// private String parentDeptIds;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "父所有部门") |
|
|
// @Excel(name = "父所有部门")
|
|
|
private String parentDeptNames; |
|
|
// private String parentDeptNames;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "乐观锁") |
|
|
// @Excel(name = "乐观锁")
|
|
|
private Integer revision; |
|
|
// private Integer revision;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "创建人") |
|
|
// @Excel(name = "创建人")
|
|
|
private String createdBy; |
|
|
// private String createdBy;
|
|
|
|
|
|
|
|
|
@Excel(name = "创建时间") |
|
|
@Excel(name = "上报时间") |
|
|
private Date createdTime; |
|
|
private String createdTime; |
|
|
|
|
|
|
|
|
@Excel(name = "更新人") |
|
|
// @Excel(name = "更新人")
|
|
|
private String updatedBy; |
|
|
// private String updatedBy;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "更新时间") |
|
|
// @Excel(name = "更新时间")
|
|
|
private Date updatedTime; |
|
|
// private Date updatedTime;
|
|
|
|
|
|
//
|
|
|
@Excel(name = "逻辑删除标识") |
|
|
// @Excel(name = "逻辑删除标识")
|
|
|
private String delFlag; |
|
|
// private String delFlag;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |