Asp.net – How to Add Custom Properties to the UserRole Entity in abp framework?
In abp framwork how can I add a new field to identityUserRole? I am facing the following error to add a new field to the table IdentityUserRole I will be glad if someone can guide me. The type 'Volo.Abp.Identity.IdentityUserRole' must…