forked from ddrilling/AsbCloudServer
Add companyTypeId
This commit is contained in:
parent
7487dfb342
commit
f3803c0622
@ -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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user