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