This commit is contained in:
2022-01-24 00:09:43 +00:00
parent ec3e022859
commit 79b0b01d41
2 changed files with 10 additions and 12 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]