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