zhengyuxuan
2025-04-02 6b289dd1a8c87e64247fd6c0dd486b077b9ed21e
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; }
    }
}