| | |
| | | private Integer creator; |
| | | |
| | | @ApiModelProperty(value = "创建时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | private Date createDate; |
| | | |
| | | @ApiModelProperty(value = "更新人编码") |
| | |
| | | private String name; |
| | | |
| | | @ApiModelProperty(value = "访客年龄") |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | private Date birthday; |
| | | |
| | | @ApiModelProperty(value = "手机号") |
| | |
| | | |
| | | @ApiModelProperty(value = "海康门禁名称") |
| | | @ExcelColumn(name="进厂门禁" ,index = 6,width = 12) |
| | | @TableField(exist = false) |
| | | private String deviceName; |
| | | |
| | | @ApiModelProperty(value = "海康门禁编码") |
| | |
| | | @TableField(exist = false) |
| | | private String keyWords; |
| | | |
| | | @ApiModelProperty(value = "类型 0劳务公司 1内部组织") |
| | | @TableField(exist = false) |
| | | private Integer companyType; |
| | | |
| | | @ApiModelProperty(value = "开始时间") |
| | | @TableField(exist = false) |
| | | private Date startTime; |