0
sergiop created
Hello Im trying to add an extra field to the class
[Table("AbpOrganizationUnits")]
public class OrganizationUnit : FullAuditedEntity<long>, IMayHaveTenant
{
Is the source code provided to change that class?
Thank you very much !!
1 Answer(s)
-
0
Hi,
Of course, you can change existing entities. Check this tutorial: <a class="postlink" href="https://aspnetzero.com/Documents/Extending-Existing-Entities">https://aspnetzero.com/Documents/Extend ... g-Entities</a>