Browse Source

更新! 取消GateWay信息

TRX 1 năm trước cách đây
mục cha
commit
1286e7a142

+ 1 - 1
OneCardIotServer/src/main/java/com/zhongshu/iot/server/core/domain/iot/device/DeviceInfo.java

@@ -48,7 +48,7 @@ public class DeviceInfo extends SuperEntity {
     private RegistType registType = RegistType.Gateway;
 
     @Schema(description = "区分是网关、设备")
-    private DeviceCategory deviceCategory = DeviceCategory.GW;
+    private DeviceCategory deviceCategory = DeviceCategory.DE;
 
     @Schema(description = "设备型号")
     private DeviceSpecType specType;