lingling
2025-03-19 567911f4b389e0c6e548855ec10ff827a3095f33
LifePayment/LifePayment.Domain/Common/UserChannle.cs
@@ -13,7 +13,7 @@
        /// <summary>
        /// 渠道Id
        /// </summary>
        public  Guid ChannleId { get; set; }
        public virtual string ChannleId { get; set; }
        public virtual User User { get; set; }
    }
}