zhengyuxuan
2025-04-01 e08d70b9e610a2c176b88cb092d580754e009de5
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; }
    }
}