From 376f3de70bfdd7905876123ba5a331c0aa176199 Mon Sep 17 00:00:00 2001
From: 小飞侠 <8277136+liaoxujun@user.noreply.gitee.com>
Date: 星期四, 25 九月 2025 09:10:29 +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