Browse Source

物联网平台公共模块初始化

pengdi@zoniot.com 4 years ago
parent
commit
5f08486297

+ 0 - 0
smart-city-common/src/main/java/com/zcxk/zoniot/smartcity/common/constants/1.txt


+ 13 - 0
smart-city-common/src/main/java/com/zcxk/zoniot/smartcity/common/dto/DeviceDataBaseDTO.java

@@ -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 {
+}

+ 0 - 0
smart-city-common/src/main/java/com/zcxk/zoniot/smartcity/common/utils/1.txt