From 161355f01e267159f065ec0b277c6735437b1eab Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期五, 29 八月 2025 16:30:03 +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