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