zhengyiming
2 天以前 43e28aece364ad351d61eca30c6707fcdc197ca4
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; }
    }
}