From 24f914a80d01fa8e5c6cfcba14ae59a6c0a117a8 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 25 八月 2025 09:39:22 +0800 Subject: [PATCH] 修改 --- Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendInput.cs | 34 ++++++++++++++++++++++++++++------ 1 files changed, 28 insertions(+), 6 deletions(-) diff --git a/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendInput.cs b/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendInput.cs index 8e66f0a..4a10b36 100644 --- a/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendInput.cs +++ b/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_CusExtend/Dto/FBS_CusExtendInput.cs @@ -151,9 +151,13 @@ /// </summary> [Required(ErrorMessage = "娉曞畾浠h〃浜哄鍚嶄笉鑳戒负绌�")] public virtual string BankAccount { get; set; } - - - + + /// <summary> + /// 閾惰鏀舵鐮� + /// </summary> + + public string BankAccountIMG { get; set; } + } /// <summary> @@ -429,6 +433,12 @@ /// </summary> public List<FBS_CoutomerExRoleOutput> ExRoles { get; set; } + /// <summary> + /// 閾惰鏀舵鐮� + /// </summary> + + public string BankAccountIMG { get; set; } + } /// <summary> @@ -607,6 +617,12 @@ /// </summary> public List<FBS_CoutomerExRoleOutput> ExRoles { get; set; } + /// <summary> + /// 閾惰鏀舵鐮� + /// </summary> + + public string BankAccountIMG { get; set; } + } /// <summary> @@ -770,14 +786,20 @@ [ImporterHeader(Name = "*娉曞畾浠h〃浜哄鍚�")] [ExporterHeader("*娉曞畾浠h〃浜哄鍚�", Format = "", Width = 25, IsBold = true)] public string BankAccount { get; set; } - + + /// <summary> + /// 閾惰鏀舵鐮� + /// </summary> + + public string BankAccountIMG { get; set; } + ///// <summary> ///// 瀹℃牳姝ラ 鍏宠仈鍊� ///// </summary> //[ImporterHeader(IsIgnore = true)] //[ExporterHeader(IsIgnore = true)] //public CusExtendStep? steps { get; set; } - + ///// <summary> ///// 瀹℃牳姝ラ 鏂囨湰 ///// </summary> @@ -785,7 +807,7 @@ //[ImporterHeader(Name = "*瀹℃牳姝ラ")] //[ExporterHeader("*瀹℃牳姝ラ", Format = "", Width = 25, IsBold = true)] //public string stepsDictLabel { get; set; } - + } -- Gitblit v1.9.1