|
@ -8,23 +8,23 @@ namespace CK.SCP.Models.UniApiEntity |
|
|
[Key] |
|
|
[Key] |
|
|
public int xxqad_vd_uid { get; set; } |
|
|
public int xxqad_vd_uid { get; set; } |
|
|
|
|
|
|
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[StringLength(50)] |
|
|
[StringLength(50)] |
|
|
public string xxqad_vd_seq { get; set; } |
|
|
public string xxqad_vd_seq { get; set; } |
|
|
|
|
|
|
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[StringLength(8)] |
|
|
[StringLength(8)] |
|
|
public string xxqad_vd_addr { get; set; } |
|
|
public string xxqad_vd_addr { get; set; } |
|
|
|
|
|
|
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[StringLength(8)] |
|
|
[StringLength(8)] |
|
|
public string xxqad_vd_domain { get; set; } |
|
|
public string xxqad_vd_domain { get; set; } |
|
|
|
|
|
|
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[StringLength(100)] |
|
|
[StringLength(100)] |
|
|
public string xxqad_vd_name { get; set; } |
|
|
public string xxqad_vd_name { get; set; } |
|
|
|
|
|
|
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[StringLength(100)] |
|
|
[StringLength(100)] |
|
|
public string xxqad_vd_line1 { get; set; } |
|
|
public string xxqad_vd_line1 { get; set; } |
|
|
|
|
|
|
|
@ -34,7 +34,7 @@ namespace CK.SCP.Models.UniApiEntity |
|
|
[StringLength(100)] |
|
|
[StringLength(100)] |
|
|
public string xxqad_vd_line3 { get; set; } |
|
|
public string xxqad_vd_line3 { get; set; } |
|
|
|
|
|
|
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[StringLength(50)] |
|
|
[StringLength(50)] |
|
|
public string xxqad_vd_country { get; set; } |
|
|
public string xxqad_vd_country { get; set; } |
|
|
|
|
|
|
|
@ -53,7 +53,7 @@ namespace CK.SCP.Models.UniApiEntity |
|
|
[StringLength(50)] |
|
|
[StringLength(50)] |
|
|
public string xxqad_vd_attn { get; set; } |
|
|
public string xxqad_vd_attn { get; set; } |
|
|
|
|
|
|
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[StringLength(15)] |
|
|
[StringLength(15)] |
|
|
public string xxqad_vd_curr { get; set; } |
|
|
public string xxqad_vd_curr { get; set; } |
|
|
|
|
|
|
|
@ -62,7 +62,7 @@ namespace CK.SCP.Models.UniApiEntity |
|
|
[StringLength(2)] |
|
|
[StringLength(2)] |
|
|
public string xxqad_vd_promo { get; set; } |
|
|
public string xxqad_vd_promo { get; set; } |
|
|
|
|
|
|
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[Required(AllowEmptyStrings = true)] |
|
|
[StringLength(8)] |
|
|
[StringLength(8)] |
|
|
public string xxqad_vd_type { get; set; } |
|
|
public string xxqad_vd_type { get; set; } |
|
|
|
|
|
|
|
|