zhengyuxuan
2025-04-03 06f7ccdea12e211d05f6eef75e6e2fb4b493377c
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; }
    }
}