This commit is contained in:
2022-01-24 19:47:40 +00:00
parent 7e455956dd
commit 6aea82913e
2 changed files with 297 additions and 340 deletions

View File

@@ -13,7 +13,6 @@ namespace AyaNova.Models
public long Id { get; set; }
public uint Concurrency { get; set; }
//public int DisplayOrder { get; set; } = 0;
public int Sequence { get; set; }
[Required]