mirror of https://github.com/abpframework/abp.git
12 changed files with 42 additions and 12 deletions
@ -0,0 +1,13 @@ |
|||
using System; |
|||
|
|||
namespace Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending |
|||
{ |
|||
[Serializable] |
|||
public class ExtensionPropertyUiLookupDto |
|||
{ |
|||
public string Url { get; set; } |
|||
public string ResultListPropertyName { get; set; } |
|||
public string DisplayPropertyName { get; set; } |
|||
public string ValuePropertyName { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue