Add companyTypeId

This commit is contained in:
Фролов 2022-01-13 14:34:58 +05:00
parent 7487dfb342
commit f3803c0622

View File

@ -5,6 +5,7 @@
{ {
public int Id { get; set; } public int Id { get; set; }
public string Caption { get; set; } public string Caption { get; set; }
public int IdCompanyType { get; set; }
public string CompanyTypeCaption { get; set; } public string CompanyTypeCaption { get; set; }
} }
} }