@@ -0,0 +1,13 @@
+package com.zcxk.zoniot.smartcity.common.dto;
+
+import java.io.Serializable;
+/**
+ * <p设备原始数据</p>
+ *
+ * @Author wilian.peng
+ * @Date 2020/6/18 14:54
+ * @Version 1.0
+ */
+public class DeviceDataBaseDTO implements Serializable {
+}