This commit is contained in:
2020-04-15 22:59:49 +00:00
parent 464cab837e
commit a6737df4f0
9 changed files with 68 additions and 48 deletions

View File

@@ -35,6 +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 CustomFields { get; set; }
public List<string> Tags { get; set; }