From a96129c2b6ef6d9ede992030ec1082ff25f2619c Mon Sep 17 00:00:00 2001
From: dupengyue <dupengyue@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期五, 21 七月 2017 15:40:58 +0800
Subject: [PATCH] 调试接口添加

---
 VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Device.java |  195 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 195 insertions(+), 0 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Device.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Device.java
index 4e0c53f..60b2154 100644
--- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Device.java
+++ b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/entity/Device.java
@@ -74,6 +74,61 @@
 		 * 鎵�灞炶澶噄d
 		 */
 		public static final String belongId = "belongId";
+
+		/**
+		 * 璐熻矗浜�
+		 */
+		public static final String principal="principal";
+
+		/**
+		 * 瀹夎鏃堕棿
+		 */
+		public static final String installTime="installTime";
+
+		/**
+		 * 瀹夎鍏徃
+		 */
+		public static final String installCompany="installCompany";
+
+		/**
+		 * 鐢熶骇鍘傚
+		 */
+		public static final String manufacturer="manufacturer";
+
+		/**
+		 * 鐢熶骇鏃ユ湡
+		 */
+		public static final String productionDate="productionDate";
+
+		/**
+		 * 澶囨敞
+		 */
+		public static final String remark="remark";
+
+		/**
+		 * 鎶ュ簾鏃ユ湡
+		 */
+		public static final String scrappedDate="scrappedDate";
+
+		/**
+		 *璁惧id
+		 */
+		public static final String snId="snId";
+
+		/**
+		 * 鍚屾鏃堕棿
+		 */
+		public static final String updateTime="update_time";
+
+		/**
+		 * 鏄惁鍚屾
+		 */
+		public static final String  isSynchron="is_synchron";
+
+		/**
+		 * 璁惧鎵�鍦ㄦ満鏋刬d
+		 */
+		private static final String  deviceCompanyId="device_company_id";
 	}
 
 	// 璁惧涓婚敭
@@ -108,6 +163,146 @@
 	private String belongId;
 
 	/**
+	 * 璐熻矗浜�
+	 */
+	private  String principal;
+
+	/**
+	 * 瀹夎鏃堕棿
+	 */
+	private  String installTime;
+
+	/**
+	 * 瀹夎鍏徃
+	 */
+	private   String installCompany;
+
+	/**
+	 * 鐢熶骇鍘傚
+	 */
+	private  String manufacturer;
+
+	/**
+	 * 鐢熶骇鏃ユ湡
+	 */
+	private String productionDate;
+
+	/**
+	 * 澶囨敞
+	 */
+	private String remark;
+
+	/**
+	 * 鎶ュ簾鏃ユ湡
+	 */
+	private   String scrappedDate;
+
+	/**
+	 * 璁惧id
+
+	 */
+	private String snId;
+
+	//鍚屾鏃堕棿
+	private String updateTime;
+
+	//鏄惁鍚屾
+	private String isSynchron;
+
+	//璁惧鎵�鍦ㄦ満鏋刬d
+	private String deviceCompanyId;
+
+	public void setPrincipal(String principal) {
+		this.principal = principal;
+	}
+
+	public void setInstallTime(String installTime) {
+		this.installTime = installTime;
+	}
+
+	public void setInstallCompany(String installCompany) {
+		this.installCompany = installCompany;
+	}
+
+	public void setManufacturer(String manufacturer) {
+		this.manufacturer = manufacturer;
+	}
+
+	public void setProductionDate(String productionDate) {
+		this.productionDate = productionDate;
+	}
+
+	public void setRemark(String remark) {
+		this.remark = remark;
+	}
+
+	public void setScrappedDate(String scrappedDate) {
+		this.scrappedDate = scrappedDate;
+	}
+
+	public void setSnId(String snId) {
+		this.snId = snId;
+	}
+
+	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 getPrincipal() {
+		return principal;
+	}
+
+	public String getInstallTime() {
+		return installTime;
+	}
+
+	public String getInstallCompany() {
+		return installCompany;
+	}
+
+	public String getManufacturer() {
+		return manufacturer;
+	}
+
+	public String getProductionDate() {
+		return productionDate;
+	}
+
+	public String getRemark() {
+		return remark;
+	}
+
+	public String getScrappedDate() {
+		return scrappedDate;
+	}
+
+	public String getSnId() {
+		return snId;
+	}
+
+	/**
 	 * Get 璁惧涓婚敭
 	 */
 	public String getDeviceId() {

--
Gitblit v1.8.0