zhengyuxuan
2025-04-07 6990177adb32e5fa264d32f98984abd394c93a7e
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; }
    }
}