committed by
GitHub
2 changed files with 5 additions and 10 deletions
@ -1,10 +1,10 @@ |
|||
using Volo.Abp.Identity; |
|||
using Volo.Abp.Validation; |
|||
using System; |
|||
using System.ComponentModel.DataAnnotations; |
|||
|
|||
namespace LINGYUN.Abp.Account; |
|||
|
|||
public class GetTwoFactorProvidersInput |
|||
{ |
|||
[DynamicStringLength(typeof(IdentityUserConsts), nameof(IdentityUserConsts.MaxUserNameLength))] |
|||
public string UserName { get; set; } |
|||
[Required] |
|||
public Guid UserId{ get; set; } |
|||
} |
|||
|
|||
Loading…
Reference in new issue