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_CusExtendDto.cs | 25 ++++++++++++++++++++-----
1 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendDto.cs b/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendDto.cs
index 3e33051..7e6feea 100644
--- a/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendDto.cs
+++ b/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendDto.cs
@@ -6,6 +6,8 @@
namespace FZCZTB.Net.CustomerSYSTem;
using FZCZTB.NET.MD.CutomerMd.Extend;
+using SqlSugar;
+
/// <summary>
/// 浼佷笟璧勬枡杈撳嚭鍙傛暟
/// </summary>
@@ -16,10 +18,7 @@
/// </summary>
public long Id { get; set; }
- /// <summary>
- /// 鐢ㄦ埛ID
- /// </summary>
- public long CustomerId { get; set; }
+
/// <summary>
/// 浼佷笟绫诲瀷
@@ -165,5 +164,21 @@
/// 淇敼鑰呭鍚�
/// </summary>
public string? UpdateUserName { get; set; }
-
+
+ /// <summary>
+ /// 鐢ㄦ埛绠$悊鍛樺垪琛�
+ /// </summary>
+
+ public List<FBS_CustormerUsersOutput> CustormerUsers { get; set; }
+ /// <summary>
+ /// 鐢ㄦ埛瑙掕壊
+ /// </summary>
+ public List<FBS_CoutomerExRoleOutput> ExRoles { get; set; }
+
+ /// <summary>
+ /// 閾惰鏀舵鐮�
+ /// </summary>
+
+ public string BankAccountIMG { get; set; }
+
}
--
Gitblit v1.9.1