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