|
|
|
@ -15,6 +15,7 @@ using Volo.Abp.Application.Services; |
|
|
|
using Volo.Abp.AspNetCore.Components; |
|
|
|
using Volo.Abp.AspNetCore.Components.WebAssembly; |
|
|
|
using Volo.Abp.Authorization; |
|
|
|
using Volo.Abp.BlazoriseUI.Components; |
|
|
|
using Volo.Abp.ObjectMapping; |
|
|
|
|
|
|
|
namespace Volo.Abp.BlazoriseUI |
|
|
|
@ -188,6 +189,7 @@ namespace Volo.Abp.BlazoriseUI |
|
|
|
protected Validations CreateValidationsRef; |
|
|
|
protected Validations EditValidationsRef; |
|
|
|
protected List<BreadcrumbItem> BreadcrumbItems = new List<BreadcrumbItem>(2); |
|
|
|
protected DataGridEntityActionsColumn<TListViewModel> EntityActionsColumn; |
|
|
|
|
|
|
|
protected string CreatePolicyName { get; set; } |
|
|
|
protected string UpdatePolicyName { get; set; } |
|
|
|
|