| | |
| | | package com.doumee.dao.admin.response; |
| | | |
| | | import com.doumee.core.annotation.excel.ExcelColumn; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | private String srcType; |
| | | |
| | | @ApiModelProperty(value = "事件发生时间(设备时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private String happenTime; |
| | | |
| | | @ApiModelProperty(value = "门禁点唯一接入编码") |
| | |
| | | private String personPhone; |
| | | |
| | | @ApiModelProperty(value = "人员类型") |
| | | private String personType; |
| | | private Integer personType; |
| | | |
| | | @ApiModelProperty(value = "人员身份证号") |
| | | private String personIdcardDecode; |
| | | |
| | | @ApiModelProperty(value = "人员名称") |
| | | private String personName; |
| | | |
| | | @ApiModelProperty(value = "人员编码") |
| | | private String memberId; |
| | | @ApiModelProperty(value = "读卡器类别0-无效1-IC读卡器2-身份证读卡器3-二维码读卡器4-指纹头") |
| | | private Integer extEventReaderKind; |
| | | |