zhengyuxuan
2025-03-31 8eb5f9115334a665a297218dd23a83cfe5d165bd
LifePayment/LifePayment.Domain/Common/UserChannle.cs
@@ -8,12 +8,13 @@
        /// <summary>
        /// 用户Id
        /// </summary>
        public  Guid UserId { get; set; }
        public Guid UserId { get; set; }
        /// <summary>
        /// 渠道Id
        /// </summary>
        public  Guid ChannleId { get; set; }
        public virtual string ChannleId { get; set; }
        public virtual User User { get; set; }
    }
}