git-svn-id: http://192.168.1.226/svn/proxy@641 454eff88-639b-444f-9e54-f578c98de674
| | |
| | | * 监控图片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 +
|
| | |
| | | params.addBodyParameter(Register.FieldNames.genderId, DictionaryMng.getInstance().getId(gender));
|
| | | params.addBodyParameter(Register.FieldNames.identityTypeId, DictionaryMng.getInstance().getId(id_class));
|
| | | params.addBodyParameter(Register.FieldNames.countryId, DictionaryMng.getInstance().getId(country));
|
| | | params.addBodyParameter(Register.FieldNames.visitorTypeId, DictionaryMng.getInstance().getId(visitor_class));
|
| | | params.addBodyParameter(Register.FieldNames.identifyNum, id_num);
|
| | | params.addBodyParameter(Register.FieldNames.companyId, company);
|
| | | params.addBodyParameter(Register.FieldNames.birthday, birthday);
|