LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
@@ -12,6 +12,11 @@ public string Name { get; set; } /// <summary> /// 密码 /// </summary> public string Password { get; set; } /// <summary> /// 手机号 /// </summary> public string PhoneNumber { get; set; } @@ -31,7 +36,7 @@ /// <summary> /// 渠道列表 /// </summary> public Guid[] ChannlesId { get; set; } public string[] ChannlesId { get; set; } /// <summary> /// 组织架构公司id @@ -231,7 +236,7 @@ /// <summary> /// 渠道Id /// </summary> public Guid Id { get; set; } public string Id { get; set; } /// <summary> /// 渠道名