zhengyiming
2025-04-09 a4b53ae88b588b099cf0e334f99d74d229f7fdc2
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; }
    }
}