From ec13e70341c00ee0495f3f2053b5b1a3a7f5c27b Mon Sep 17 00:00:00 2001 From: wuluozhuang <wuluozhuang@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 21 七月 2017 11:30:02 +0800 Subject: [PATCH] 1.来访登记左边列表dao . --- VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/SurveillanceQueryItem.java | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/SurveillanceQueryItem.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/SurveillanceQueryItem.java index 4b9ac90..db54c45 100644 --- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/SurveillanceQueryItem.java +++ b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/query/item/SurveillanceQueryItem.java @@ -55,6 +55,10 @@ private String surveillancePhoto; + private int stTrackId; + private String visitorType; + private String authentication; + public SurveillanceQueryItem() { if (initialSelectId > 10000) { initialSelectId = 1; @@ -270,4 +274,28 @@ public void setSurveillancePhoto(String surveillancePhoto) { this.surveillancePhoto = surveillancePhoto; } + + public int getStTrackId() { + return stTrackId; + } + + 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; + } } -- Gitblit v1.8.0