Корректировка моделей Host, Template
This commit is contained in:
@@ -20,31 +20,34 @@ namespace PARR.DAL.Models
|
||||
|
||||
public bool IsActive { get; set; }
|
||||
|
||||
//??? Рабочая группа
|
||||
//Рабочая группа из Host
|
||||
public required string WorkGroup { get; set; }
|
||||
|
||||
// settings из Work
|
||||
public required string ShortDescription { get; set; }
|
||||
|
||||
//settings ? регламентная работа
|
||||
//settings регламентная работа. не меняется
|
||||
public required string Category { get; set; }
|
||||
|
||||
// ДВС, ??
|
||||
// из Host
|
||||
public required string ResponseArea { get; set; }
|
||||
|
||||
//works ??
|
||||
public required string Duration { get; set; }
|
||||
//works
|
||||
public required string EsppDuration { get; set; }
|
||||
//works
|
||||
public required string EsppStartAt { get; set; }
|
||||
|
||||
//public required string EK { get; set; }
|
||||
|
||||
// settings
|
||||
// settings. Возможно руководитель повыше
|
||||
public required string Initiator { get; set; }
|
||||
|
||||
// settings из Work
|
||||
public required string FullDescription { get; set; }
|
||||
|
||||
// settings
|
||||
// settings
|
||||
public required string ClosingCode { get; set; }
|
||||
|
||||
// settings
|
||||
// settings из Work
|
||||
public required string Solution { get; set; }
|
||||
|
||||
//public required string Process { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user