namespace Volo.Abp.ObjectExtending.TestObjects; public class ExtensibleTestPersonWithRegularPropertiesDto : ExtensibleObject { public string Name { get; set; } public int Age { get; set; } public bool IsActive { get; set; } }