mirror of https://github.com/abpframework/abp.git
5 changed files with 24 additions and 2 deletions
@ -0,0 +1,9 @@ |
|||
namespace Volo.Abp.ObjectExtending.Modularity |
|||
{ |
|||
public class ExtensionPropertyLookupConfiguration |
|||
{ |
|||
public string ApiUrl { get; set; } |
|||
public string DisplayPropertyName { get; set; } = "text"; |
|||
public string ValuePropertyName { get; set; } = "id"; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue