| | |
| | | package cn.com.basic.face.discern.entity;
|
| | |
|
| | | import java.io.Serializable;
|
| | | import java.util.Date;
|
| | |
|
| | | import cn.com.basic.face.discern.common.BaseEntity;
|
| | |
|
| | |
| | | public static final String surveillancePhotoId = "surveillancePhotoId";
|
| | |
|
| | | public static final String visitorTypeId = "visitorTypeId";
|
| | | /**
|
| | | * 身份认证 ,0--未认证,1--已认证
|
| | | */
|
| | | public static final String authentication="authentication";
|
| | |
|
| | | public static final String idCardHeadPhoto="idCardHeadPhoto";
|
| | | /**
|
| | | * 考勤人员类型
|
| | | */
|
| | | public static final String attenderTypeId="attenderTypeId";
|
| | |
|
| | | /**
|
| | | * 卡号
|
| | | */
|
| | | public static final String card_number="cardNumber";
|
| | |
|
| | |
|
| | |
|
| | | public static final String department = "department";
|
| | | public static final String post = "post";
|
| | |
|
| | | /**
|
| | | * 同步时间
|
| | | */
|
| | | public static final String updateTime="update_time";
|
| | |
|
| | | /**
|
| | | * 是否同步
|
| | | */
|
| | | public static final String isSynchron="is_synchron";
|
| | |
|
| | | /**
|
| | | * 设备所在机构id
|
| | | */
|
| | | private static final String deviceCompanyId="device_company_id";
|
| | |
|
| | | }
|
| | |
|
| | | // 人员主键
|
| | |
| | | private String surveillancePhotoId;
|
| | | // 访客类型
|
| | | private String visitorTypeId;
|
| | | private String department;
|
| | | private String post;
|
| | | /**
|
| | | * 身份认证 ,0--未认证,1--已认证
|
| | | */
|
| | | public String authentication ;
|
| | |
|
| | | public String idCardHeadPhoto;
|
| | | /**
|
| | | * 考勤人员类型
|
| | | */
|
| | | public String attenderTypeId;
|
| | |
|
| | | /**
|
| | | * 卡号
|
| | | */
|
| | | public String card_number;
|
| | |
|
| | | //同步时间
|
| | | private String updateTime;
|
| | |
|
| | | //是否同步
|
| | | private String isSynchron;
|
| | |
|
| | | //设备所在机构id
|
| | | private String deviceCompanyId;
|
| | |
|
| | | public String getDeviceCompanyId() {
|
| | | return deviceCompanyId;
|
| | | }
|
| | |
|
| | | public void setDeviceCompanyId(String deviceCompanyId) {
|
| | | this.deviceCompanyId = deviceCompanyId;
|
| | | }
|
| | |
|
| | |
|
| | | public String getUpdateTime() {
|
| | | return updateTime;
|
| | | }
|
| | |
|
| | | public void setUpdateTime(String updateTime) {
|
| | | this.updateTime = updateTime;
|
| | | }
|
| | |
|
| | | public String getIsSynchron() {
|
| | | return isSynchron;
|
| | | }
|
| | |
|
| | | public void setIsSynchron(String isSynchron) {
|
| | | this.isSynchron = isSynchron;
|
| | | }
|
| | |
|
| | | public String getAttenderTypeId() {
|
| | | return attenderTypeId;
|
| | | }
|
| | |
|
| | | public void setAttenderTypeId(String attenderTypeId) {
|
| | | this.attenderTypeId = attenderTypeId;
|
| | | }
|
| | |
|
| | | public String getCard_number() {
|
| | | return card_number;
|
| | | }
|
| | |
|
| | | public void setCard_number(String card_number) {
|
| | | this.card_number = card_number;
|
| | | }
|
| | |
|
| | | /**
|
| | | * 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 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 +
|