This commit is contained in:
2021-05-25 16:49:51 +00:00
parent 00f9859864
commit aaa7641d21
4 changed files with 73 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ namespace AyaNova.Models
[Required]
public long TaskGroupId { get; set; }
public int DisplayOrder { get; set; } = 0;
public int Sequence { get; set; } = 0;
[Required]
public string Task { get; set; }