LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
@@ -17,6 +17,11 @@ public string PhoneNumber { get; set; } /// <summary> /// 密码 /// </summary> public string Password { get; set; } /// <summary> /// 账户 /// </summary> public string UserName { get; set; }