mirror of https://github.com/abpframework/abp.git
6 changed files with 70 additions and 6 deletions
@ -0,0 +1,11 @@ |
|||
namespace Volo.Abp.ObjectExtending.TestObjects |
|||
{ |
|||
public class ExtensibleTestPersonWithRegularPropertiesDto : ExtensibleObject |
|||
{ |
|||
public string Name { get; set; } |
|||
|
|||
public int Age { get; set; } |
|||
|
|||
public bool IsActive { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue