xuxiuxi
2017-07-25 d343b71cd89f59a87e85c46ce7a04d47c357462d
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/SurveillanceQueryItem.java
@@ -56,6 +56,8 @@
   private String surveillancePhoto;
   private int stTrackId;
   private String visitorType;
   private String authentication;
    public SurveillanceQueryItem() {
        if (initialSelectId > 10000) {
@@ -280,4 +282,20 @@
   public void setStTrackId(int stTrackId) {
      this.stTrackId = stTrackId;
   }
   public String getVisitorType() {
      return visitorType;
   }
   public void setVisitorType(String visitorType) {
      this.visitorType = visitorType;
   }
   public String getAuthentication() {
      return authentication;
   }
   public void setAuthentication(String authentication) {
      this.authentication = authentication;
   }
}