|
|
@ -137,6 +137,12 @@ public class InfoClientBank : BaseModelV2<long>
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
[SugarColumn(ColumnDescription = "寄发票地址", Length = 200, IsNullable = true)]
|
|
|
|
[SugarColumn(ColumnDescription = "寄发票地址", Length = 200, IsNullable = true)]
|
|
|
|
public string? SendInvoiceAddress { get; set; }
|
|
|
|
public string? SendInvoiceAddress { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 银行国际代码
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[SugarColumn(ColumnDescription = "银行国际代码", Length = 150, IsNullable = true)]
|
|
|
|
|
|
|
|
public string? SwiftCode { get; set; }
|
|
|
|
///// <summary>
|
|
|
|
///// <summary>
|
|
|
|
///// 发票抬头
|
|
|
|
///// 发票抬头
|
|
|
|
///// </summary>
|
|
|
|
///// </summary>
|
|
|
|