xuxiuxi
2017-04-10 0235abfeeba62dd5b901cd54be9ed64e0b010de0
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/PersonQueryItem.java
@@ -1,18 +1,16 @@
package cn.com.basic.face.discern.query.item;
import java.util.Date;
public class PersonQueryItem {
   // 注册公司主键
   private Integer aaId;
   private String aaId;
   // 员工图片主键
   private Integer faceId;
   private String faceId;
   // 图片地址
   private String imagePath;
   // 图片类型
   private Integer imageTypeId;
   private String imageTypeId;
   // 人员名字
   private String name;
   // 人员名首字母
@@ -26,55 +24,55 @@
   // 市
   private String city;
   // 出生日期
   private Date birthday;
   private String birthday;
   // 座机电话
   private String phone;
   // 移动电话
   private String mobilePhone;
   // 证件类型
   private Integer identityType;
   private String identityType;
   // 证件编号
   private String identify;
   // 公司主键
   private Integer companyId;
   private String companyId;
   // 部门主键
   private Integer departmentId;
   private String departmentId;
   // 职务主键
   private Integer postId;
   private String postId;
   // 人员备注消息
   private String remark;
   // 危险人员警告消息
   private String warning;
   // 人员主键
   private Integer personId;
   private String personId;
   // 人员主键
   private Integer id;
   private String id;
   /**
    * Get 注册公司主键
    */
   public Integer getAaId() {
   public String getAaId() {
      return aaId;
   }
   
   /**
    * Set 注册公司主键
    */
   public void setAaId(Integer aaId) {
   public void setAaId(String aaId) {
      this.aaId = aaId;
   }
   /**
    * Get 员工图片主键
    */
   public Integer getFaceId() {
   public String getFaceId() {
      return faceId;
   }
   
   /**
    * Set 员工图片主键
    */
   public void setFaceId(Integer faceId) {
   public void setFaceId(String faceId) {
      this.faceId = faceId;
   }
@@ -95,14 +93,14 @@
   /**
    * Get 图片类型
    */
   public Integer getImageTypeId() {
   public String getImageTypeId() {
      return imageTypeId;
   }
   
   /**
    * Set 图片类型
    */
   public void setImageTypeId(Integer imageTypeId) {
   public void setImageTypeId(String imageTypeId) {
      this.imageTypeId = imageTypeId;
   }
@@ -193,14 +191,14 @@
   /**
    * Get 出生日期
    */
   public Date getBirthday() {
   public String getBirthday() {
      return birthday;
   }
   
   /**
    * Set 出生日期
    */
   public void setBirthday(Date birthday) {
   public void setBirthday(String birthday) {
      this.birthday = birthday;
   }
@@ -235,14 +233,14 @@
   /**
    * Get 证件类型
    */
   public Integer getIdentityType() {
   public String getIdentityType() {
      return identityType;
   }
   
   /**
    * Set 证件类型
    */
   public void setIdentityType(Integer identityType) {
   public void setIdentityType(String identityType) {
      this.identityType = identityType;
   }
@@ -263,42 +261,42 @@
   /**
    * Get 公司主键
    */
   public Integer getCompanyId() {
   public String getCompanyId() {
      return companyId;
   }
   
   /**
    * Set 公司主键
    */
   public void setCompanyId(Integer companyId) {
   public void setCompanyId(String companyId) {
      this.companyId = companyId;
   }
   /**
    * Get 部门主键
    */
   public Integer getDepartmentId() {
   public String getDepartmentId() {
      return departmentId;
   }
   
   /**
    * Set 部门主键
    */
   public void setDepartmentId(Integer departmentId) {
   public void setDepartmentId(String departmentId) {
      this.departmentId = departmentId;
   }
   /**
    * Get 职务主键
    */
   public Integer getPostId() {
   public String getPostId() {
      return postId;
   }
   
   /**
    * Set 职务主键
    */
   public void setPostId(Integer postId) {
   public void setPostId(String postId) {
      this.postId = postId;
   }
@@ -333,28 +331,28 @@
   /**
    * Get 人员主键
    */
   public Integer getPersonId() {
   public String getPersonId() {
      return personId;
   }
   
   /**
    * Set 人员主键
    */
   public void setPersonId(Integer personId) {
   public void setPersonId(String personId) {
      this.personId = personId;
   }
   /**
    * Get 人员主键
    */
   public Integer getId() {
   public String getId() {
      return id;
   }
   
   /**
    * Set 人员主键
    */
   public void setId(Integer id) {
   public void setId(String id) {
      this.id = id;
   }