| | |
| | | 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; |