zhengyuxuan
2025-03-27 efe34d38d7270a48682cfc57a21eabf0125d1cab
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 virtual string ChannleId { get; set; }
        public virtual User User { get; set; }
    }
}