From 835c429a8c556e1af13beff919e7164bfccf7c6f Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 01 九月 2025 15:52:15 +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