lingling
2025-03-19 836a9ca2258d92f27a749cb93fc12604dd420545
LifePayment/LifePayment.Domain/Common/UserChannle.cs
@@ -8,12 +8,12 @@
        /// <summary>
        /// 用户Id
        /// </summary>
        public virtual Guid UserId { get; set; }
        public  Guid UserId { get; set; }
        /// <summary>
        /// 渠道Id
        /// </summary>
        public virtual Guid ChannleId { get; set; }
        public  Guid ChannleId { get; set; }
        public virtual User User { get; set; }
    }
}