Изменена таблица AppInWorks. Обновлен респонс шаблонов.

This commit is contained in:
Mikhail Trubnikov
2023-09-20 12:09:07 +10:00
parent 3644e54ea0
commit f9fe762cbe
9 changed files with 1615 additions and 42 deletions

View File

@@ -12,6 +12,11 @@
public int StatusCode { get; set; }
public required string ShortDescription { get; set; }
public required string FullDescription { get; set; }
public required string Solution { get; set; }
public required string TemplateDuration { get; set; }
//work
//public required string Title { get; set; }
//public required string SlaInterval { get; set; }

View File

@@ -9,13 +9,5 @@
public int EsppId { get; set; }
public Guid TnkId { get; set; }
public required string TemplateDuration { get; set; }
public required string ShortDescription { get; set; }
public required string FullDescription { get; set; }
public required string Solution { get; set; }
}
}