| | |
| | | private String surveillancePhotoId;
|
| | | // 访客类型
|
| | | private String visitorTypeId;
|
| | | private String authentication;
|
| | | private String idCardHeadPhoto;
|
| | |
|
| | | /**
|
| | | * Get 人员主键
|
| | |
| | | this.visitorTypeId = visitorTypeId;
|
| | | }
|
| | |
|
| | | public String getAuthentication() {
|
| | | return authentication;
|
| | | }
|
| | |
|
| | | public void setAuthentication(String authentication) {
|
| | | this.authentication = authentication;
|
| | | }
|
| | |
|
| | | public String getIdCardHeadPhoto() {
|
| | | return idCardHeadPhoto;
|
| | | }
|
| | |
|
| | | public void setIdCardHeadPhoto(String idCardHeadPhoto) {
|
| | | this.idCardHeadPhoto = idCardHeadPhoto;
|
| | | }
|
| | |
|
| | | public String toString() {
|
| | | return
|
| | | ",人员主键 =" + registerId + ",人员名字 =" + username + ",人员名首字母 ="+ nameEn +
|