case 3999

This commit is contained in:
2021-10-14 23:19:12 +00:00
parent 29d98e4d77
commit 0a9d1fcbef
16 changed files with 46 additions and 85 deletions

View File

@@ -15,7 +15,7 @@ namespace AyaNova.Models
public long Id { get; set; }
public uint Concurrency { get; set; }
[Required]
public string Name { get; set; }
public bool Active { get; set; }
public string Notes { get; set; }
@@ -23,8 +23,6 @@ namespace AyaNova.Models
public string CustomFields { get; set; }
public List<string> Tags { get; set; }
[Required]
public string Number { get; set; }
public long? VendorId { get; set; }
[NotMapped]
public string VendorViz { get; set; }