From 5260559b412b12b2b919b91fd4691d5a9fe3bd35 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期一, 25 八月 2025 08:49:24 +0800
Subject: [PATCH] 完成一些用户相关逻辑修正

---
 Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendOutput.cs |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendOutput.cs b/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendOutput.cs
index 48fbdd9..3548dcf 100644
--- a/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendOutput.cs
+++ b/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendOutput.cs
@@ -182,6 +182,38 @@
     //public List<FBS_CoutomerExRoleOutput> ExRoles { get; set; }
     public List<FBS_CoutomerExRoleOutput> ExRoles { get; set; }
 
+
+    /// <summary>
+    /// 閾惰鏀舵鐮�
+    /// </summary>
+
+    public string BankAccountIMG { get; set; }
+
+    /**************************                       浠ヤ笅鏄緟瀹℃牳璧勬枡 ********************************************* */
+    /// <summary>
+    /// ID
+    /// </summary>
+    public long? CoutomerExRoleId { get; set; }
+ 
+
+    /// <summary>
+    ///  澶栭儴瑙掕壊
+    /// </summary>
+    public long? ExRoleId { get; set; }
+
+    /// <summary>
+    /// 澶栭儴瑙掕壊
+    /// </summary>
+
+    public FBS_ExRole? ExRole { get; set; }
+
+
+    /// <summary>
+    /// 瑙掕壊瀹℃牳姝ラ
+    /// </summary>
+
+    public CusExtendStep steps { set; get; } = CusExtendStep.UNExamine;
+
 }
 
 /// <summary>

--
Gitblit v1.9.1