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 | 8 ++++++++ 1 files changed, 8 insertions(+), 0 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 11409ac..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> @@ -173,4 +175,10 @@ /// </summary> public List<FBS_CoutomerExRoleOutput> ExRoles { get; set; } + /// <summary> + /// 閾惰鏀舵鐮� + /// </summary> + + public string BankAccountIMG { get; set; } + } -- Gitblit v1.9.1