| | |
| | | @ApiModelProperty(value = "访客名称") |
| | | private String name; |
| | | |
| | | @ApiModelProperty(value = "性别") |
| | | private Integer sex; |
| | | |
| | | @ApiModelProperty(value = "访客年龄") |
| | | private Date birthday; |
| | | |
| | |
| | | @ApiModelProperty(value = "微信openid") |
| | | private String openid; |
| | | |
| | | @ApiModelProperty(value = "门禁角色编码") |
| | | private Integer roleId; |
| | | |
| | | @ApiModelProperty(value = "门禁角色名称") |
| | | private String roleName; |
| | | |
| | | @ApiModelProperty(value = "是否可拜访人 0否 1是") |
| | | private String canVisit; |
| | | |
| | | |
| | | @ApiModelProperty(value = "卡片数") |
| | | private Integer memberCardCount; |
| | | |
| | | @ApiModelProperty(value = "培训有效期结束时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | private Date trainTimeEndTime; |