Commit 988d5ea3 authored by 赵啸非's avatar 赵啸非

添加设备上线和下线的业务日志记录

parent 007e058c
...@@ -242,27 +242,27 @@ public class DeviceEntity extends DeviceVo { ...@@ -242,27 +242,27 @@ public class DeviceEntity extends DeviceVo {
this.deviceMac = ""; this.deviceMac = "";
this.siteId = null; this.siteId = 0L;
this.siteCode = ""; this.siteCode = "";
this.siteName = ""; this.siteName = "";
this.platformId = null; this.platformId = 0L;
this.platformName = ""; this.platformName = "";
this.productId = null; this.productId = 0L;
this.productName = ""; this.productName = "";
this.skinId = null; this.skinId = 0L;
this.skinName = ""; this.skinName = "";
this.homeUrl = ""; this.homeUrl = "";
this.deviceFirmId = null; this.deviceFirmId = 0L;
this.deviceFirmname = ""; this.deviceFirmname = "";
...@@ -274,9 +274,9 @@ public class DeviceEntity extends DeviceVo { ...@@ -274,9 +274,9 @@ public class DeviceEntity extends DeviceVo {
this.lati = ""; this.lati = "";
this.deviceInBuilding = null; this.deviceInBuilding = 1;
this.deviceInFloor = null; this.deviceInFloor = 1;
this.defectsLiabilityPeriod = null; this.defectsLiabilityPeriod = null;
...@@ -318,7 +318,7 @@ public class DeviceEntity extends DeviceVo { ...@@ -318,7 +318,7 @@ public class DeviceEntity extends DeviceVo {
this.productCode = ""; this.productCode = "";
this.hallId = null; this.hallId = 0L;
this.hallName = ""; this.hallName = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment