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