LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs
@@ -89,7 +89,7 @@ public string[] RoleNames { get; set; } /// <summary> /// 渠道列表 /// 渠道编号 /// </summary> public string[] ChannlesId { get; set; } @@ -128,4 +128,5 @@ /// </summary> public Guid? DepartmentOrgId { get; set; } } }