|
|
|
@ -485,6 +485,12 @@ public class InfoClient : SharedOrgModel<long>
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "进账美金银行账户", Length = 100, IsNullable = true)]
|
|
|
|
|
public string USDBankAccountNo { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 银行国际代码
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "银行国际代码", Length = 150, IsNullable = true)]
|
|
|
|
|
public string? SwiftCode { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 客户属性
|
|
|
|
|
/// </summary>
|
|
|
|
|