Add legal name for companies.

This commit is contained in:
2020-08-06 01:40:39 +01:00
parent 02f7bbdc9e
commit e3f2557796
12 changed files with 6941 additions and 6 deletions

View File

@@ -77,6 +77,7 @@ namespace Marechai.Database.Models
public bool SoldMonthIsUnknown { get; set; }
[DefaultValue(false)]
public bool SoldDayIsUnknown { get; set; }
public string LegalName { get; set; }
public virtual Iso31661Numeric Country { get; set; }
[DisplayName("Sold to")]