Jó kis javítás, fejlesztés TESZT-hez
This commit is contained in:
@@ -7,7 +7,10 @@ namespace WorkFlowCheck.Common.DTO
|
||||
public int Id { get; set; }
|
||||
public string ShortName { get; set; } = null!;
|
||||
public string Description { get; set; } = null!;
|
||||
|
||||
public required ICollection<CheckListTemplateRowDTO>? CheckListTemplateRowDTO { get; set; } = new List<CheckListTemplateRowDTO>();
|
||||
public int? NumberGenerator1Id { get; set; }
|
||||
public int? NumberGenerator2Id { get; set; }
|
||||
public NumberGeneratorTemplateDTO? NumberGenerator1 { get; set; }
|
||||
public NumberGeneratorTemplateDTO? NumberGenerator2 { get; set; }
|
||||
public ICollection<CheckListTemplateRowDTO>? CheckListTemplateRowDTO { get; set; } = new List<CheckListTemplateRowDTO>();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,5 +8,8 @@ namespace WorkFlowCheck.Common.DTO
|
||||
{
|
||||
public class NumberGeneratorTemplateDTO
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string ShortName { get; set; }
|
||||
public string Sample { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user