This commit is contained in:
2020-04-19 23:10:09 +00:00
parent 24c199ffc6
commit c3fbab130c
7 changed files with 12 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ namespace AyaNova.Models
public long? CustomerId { get; set; }
public long? HeadOfficeId { get; set; }
public long? SubVendorId { get; set; }
public string WikiContent { get; set; }
public string Wiki { get; set; }
public string CustomFields { get; set; }
public List<string> Tags { get; set; }