| | |
| | | public static final String surveillancePhotoId = "surveillancePhotoId";
|
| | |
|
| | | public static final String visitorTypeId = "visitorTypeId";
|
| | | public static final String department = "department";
|
| | | public static final String post = "post";
|
| | | }
|
| | |
|
| | | // 人员主键
|
| | |
| | | private String visitorTypeId;
|
| | | private String authentication;
|
| | | private String idCardHeadPhoto;
|
| | | private String department;
|
| | | private String post;
|
| | |
|
| | | /**
|
| | | * Get 人员主键
|
| | |
| | | this.idCardHeadPhoto = idCardHeadPhoto;
|
| | | }
|
| | |
|
| | | public String getDepartment() {
|
| | | return department;
|
| | | }
|
| | |
|
| | | public void setDepartment(String department) {
|
| | | this.department = department;
|
| | | }
|
| | |
|
| | | public String getPost() {
|
| | | return post;
|
| | | }
|
| | |
|
| | | public void setPost(String post) {
|
| | | this.post = post;
|
| | | }
|
| | |
|
| | | public String toString() {
|
| | | return
|
| | | ",人员主键 =" + registerId + ",人员名字 =" + username + ",人员名首字母 ="+ nameEn +
|