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_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