mirror of https://github.com/abpframework/abp.git
5 changed files with 11 additions and 29 deletions
@ -1,12 +0,0 @@ |
|||||
using System.ComponentModel.DataAnnotations; |
|
||||
|
|
||||
namespace Volo.Abp.Identity.Web.Pages.Identity.Roles |
|
||||
{ |
|
||||
public class CreateRoleInfoModel |
|
||||
{ |
|
||||
[Required] |
|
||||
[StringLength(IdentityRoleConsts.MaxNameLength)] |
|
||||
[Display(Name = "RoleName")] |
|
||||
public string Name { get; set; } |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue