From 79b43d769940cc52f8688c3d43c199b98a96c92b Mon Sep 17 00:00:00 2001 From: cjy Date: Tue, 5 Nov 2024 11:33:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E6=B7=BB=E5=8A=A0SwiftCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ds-wms-service/DS.WMS.Core/Info/Dtos/ClientInfoReq.cs | 5 +++++ ds-wms-service/DS.WMS.Core/Info/Dtos/ClientInfoRes.cs | 5 +++++ ds-wms-service/DS.WMS.Core/Info/Entity/InfoClient.cs | 6 ++++++ 3 files changed, 16 insertions(+) diff --git a/ds-wms-service/DS.WMS.Core/Info/Dtos/ClientInfoReq.cs b/ds-wms-service/DS.WMS.Core/Info/Dtos/ClientInfoReq.cs index f51fed44..89693f83 100644 --- a/ds-wms-service/DS.WMS.Core/Info/Dtos/ClientInfoReq.cs +++ b/ds-wms-service/DS.WMS.Core/Info/Dtos/ClientInfoReq.cs @@ -542,6 +542,11 @@ public class ClientInfoReq /// Desc:进账美金银行账户 /// public string USDBankAccountNo { get; set; } + + /// + /// 银行国际代码 + /// + public string? SwiftCode { get; set; } } /// diff --git a/ds-wms-service/DS.WMS.Core/Info/Dtos/ClientInfoRes.cs b/ds-wms-service/DS.WMS.Core/Info/Dtos/ClientInfoRes.cs index 7a1b2782..56c096c9 100644 --- a/ds-wms-service/DS.WMS.Core/Info/Dtos/ClientInfoRes.cs +++ b/ds-wms-service/DS.WMS.Core/Info/Dtos/ClientInfoRes.cs @@ -471,6 +471,11 @@ public class ClientInfoRes /// Desc:进账美金银行账户 /// public string USDBankAccountNo { get; set; } + + /// + /// 银行国际代码 + /// + public string? SwiftCode { get; set; } /// /// 默认联系人 /// diff --git a/ds-wms-service/DS.WMS.Core/Info/Entity/InfoClient.cs b/ds-wms-service/DS.WMS.Core/Info/Entity/InfoClient.cs index 8d1981a9..98ffe650 100644 --- a/ds-wms-service/DS.WMS.Core/Info/Entity/InfoClient.cs +++ b/ds-wms-service/DS.WMS.Core/Info/Entity/InfoClient.cs @@ -485,6 +485,12 @@ public class InfoClient : SharedOrgModel /// [SugarColumn(ColumnDescription = "进账美金银行账户", Length = 100, IsNullable = true)] public string USDBankAccountNo { get; set; } + + /// + /// 银行国际代码 + /// + [SugarColumn(ColumnDescription = "银行国际代码", Length = 150, IsNullable = true)] + public string? SwiftCode { get; set; } /// /// 客户属性 ///