|
|
@@ -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;
|