6 changed files with 21 additions and 4 deletions
@ -0,0 +1,10 @@ |
|||
using System.ComponentModel.DataAnnotations; |
|||
|
|||
namespace LINGYUN.Abp.Account.Web.OAuth.Areas.Account.Controllers.Dtos; |
|||
|
|||
public class WorkWeixinLoginBindInput |
|||
{ |
|||
[Required] |
|||
[Display(Name = "WorkWeixin:Code")] |
|||
public string Code { get; set; } |
|||
} |
|||
Loading…
Reference in new issue