This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
public string? Description { get; set; }
|
||||
public string? Name { get; set; }
|
||||
public string? Location { get; set; }
|
||||
public List<DeviceItem>? ListDevices { get; set; }
|
||||
public DeviceType? DeviceType { get; set; }
|
||||
public ObjectItem? DeviceObject { get; set; }
|
||||
public Guid ConnectedToSwitchId { get; set; }
|
||||
public List<Guid>? ListDevices { get; set; }
|
||||
public Guid? DeviceType { get; set; }
|
||||
public Guid? DeviceObject { get; set; }
|
||||
public Guid? ConnectedToSwitchId { get; set; }
|
||||
public int ConnectedToPortOnSwitch { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user