LifePayment/LifePayment.Domain/LifePay/LifePayUser.cs
@@ -23,7 +23,7 @@ /// <summary> /// 注册渠道编号 /// </summary> public string CreationChannleNum { get; set; } public string? CreationChannleNum { get; set; } public string UnionId { get; set; } @@ -32,6 +32,6 @@ /// <summary> /// 最后登录渠道编号 /// </summary> public string LastLoginChannleNum { get; set; } public string? LastLoginChannleNum { get; set; } } }