Основные reponses
This commit is contained in:
17
PARR.API/Contracts/V1/Responses/HostResponse.cs
Normal file
17
PARR.API/Contracts/V1/Responses/HostResponse.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace PARR.API.Contracts.V1.Responses
|
||||
{
|
||||
public class HostResponse
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public string Ek { get; set; }
|
||||
|
||||
public required string IP { get; set; }
|
||||
|
||||
public string? Status { get; set; }
|
||||
|
||||
public string? WorkGroup { get; set; }
|
||||
|
||||
public string? ResponseArea { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user