| | |
| | | * 监控图片id
|
| | | */
|
| | | public static final String surveillancePhotoId = "surveillancePhotoId";
|
| | |
|
| | | public static final String visitorTypeId = "visitorTypeId";
|
| | | }
|
| | |
|
| | | // 人员主键
|
| | |
| | | private String surveillancePhoto;
|
| | | // 监控图片id
|
| | | private String surveillancePhotoId;
|
| | | // 访客类型
|
| | | private String visitorTypeId;
|
| | |
|
| | | /**
|
| | | * Get 人员主键
|
| | |
| | | this.surveillancePhotoId = surveillancePhotoId;
|
| | | }
|
| | |
|
| | | public String getVisitorTypeId() {
|
| | | return visitorTypeId;
|
| | | }
|
| | |
|
| | | public void setVisitorTypeId(String visitorTypeId) {
|
| | | this.visitorTypeId = visitorTypeId;
|
| | | }
|
| | |
|
| | | public String toString() {
|
| | | return
|
| | | ",人员主键 =" + registerId + ",人员名字 =" + username + ",人员名首字母 ="+ nameEn +
|