zhengyuxuan
2025-03-19 04e71caf554818d4e16616000ae2ff7cc190197b
LifePayment/LifePayment.Domain/Common/UserChannle.cs
@@ -14,6 +14,7 @@
        /// 渠道Id
        /// </summary>
        public virtual string ChannleId { get; set; }
        public virtual User User { get; set; }
    }
}