From bf83f6be388f97302c88f21cb340811abf3a596b Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 20 三月 2025 13:29:20 +0800
Subject: [PATCH] fix:1分钱支付

---
 LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs b/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
index d1f3f9e..89d0e22 100644
--- a/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/User/CreateBackClientUserInput.cs
@@ -29,6 +29,11 @@
         public string[] RoleNames { get; set; }
 
         /// <summary>
+        /// 娓犻亾鍒楄〃
+        /// </summary>
+        public string[] ChannlesId { get; set; }
+
+        /// <summary>
         /// 缁勭粐鏋舵瀯鍏徃id
         /// </summary>
         public Guid? CompanyOrgId { get; set; }
@@ -73,6 +78,16 @@
         /// 澶囨敞
         /// </summary>
         public string Remark { get; set; }
+    }
+
+    /// <summary>
+    /// 閲嶇疆瀵嗙爜鍩虹杈撳叆鍙傛暟
+    /// </summary>
+    public class ResetPasswordBaseInput
+    {
+        public Guid UserId { get; set; }
+
+        public string? Password { get; set; }
     }
 
     public class UpdateBackClientUserInput : CreateBackClientUserInput
@@ -130,6 +145,12 @@
         /// 瑙掕壊淇℃伅
         /// </summary>
         public IEnumerable<RoleDto> Roles { get; set; }
+
+
+        /// <summary>
+        /// 瑙掕壊淇℃伅
+        /// </summary>
+        public IEnumerable<UserChannleDto> Channles { get; set; }
 
         /// <summary>
         /// 澶囨敞
@@ -215,6 +236,19 @@
         public string Remark { get; set; }
     }
 
+    public class UserChannleDto
+    {
+        /// <summary>
+        /// 娓犻亾Id
+        /// </summary>
+        public string Id { get; set; }
+
+        /// <summary>
+        /// 娓犻亾鍚�
+        /// </summary>
+        public string Name { get; set; }
+    }
+
     public class GetRolesInput : PageInput
     {
         /// <summary>

--
Gitblit v1.9.1