|
|
@@ -1,7 +1,7 @@
|
|
|
package com.zhongshu.iot.server.core.domain.iot.mqtt;
|
|
|
|
|
|
import cn.hutool.json.JSONObject;
|
|
|
-import com.github.microservice.models.type.DeviceModel;
|
|
|
+import com.github.microservice.models.type.DeviceSpecType;
|
|
|
import com.github.microservice.models.type.DeviceType;
|
|
|
import com.github.microservice.models.type.OnLineState;
|
|
|
import com.zhongshu.iot.client.type.DataState;
|
|
|
@@ -39,7 +39,7 @@ public class DeviceInfo extends SuperEntity {
|
|
|
private DeviceType deviceType;
|
|
|
|
|
|
@Schema(description = "设备型号")
|
|
|
- private DeviceModel deviceModel;
|
|
|
+ private DeviceSpecType deviceModel;
|
|
|
|
|
|
@Schema(description = "在线状态")
|
|
|
private OnLineState onLineState;
|