diff --git a/Models/UniApiEntity/xxqad_vd_mstr.cs b/Models/UniApiEntity/xxqad_vd_mstr.cs index fbeef78..57d0d2a 100644 --- a/Models/UniApiEntity/xxqad_vd_mstr.cs +++ b/Models/UniApiEntity/xxqad_vd_mstr.cs @@ -8,23 +8,23 @@ namespace CK.SCP.Models.UniApiEntity [Key] public int xxqad_vd_uid { get; set; } - [Required(AllowEmptyStrings = true)] + [Required(AllowEmptyStrings = true)] [StringLength(50)] public string xxqad_vd_seq { get; set; } - [Required(AllowEmptyStrings = true)] + [Required(AllowEmptyStrings = true)] [StringLength(8)] public string xxqad_vd_addr { get; set; } - [Required(AllowEmptyStrings = true)] + [Required(AllowEmptyStrings = true)] [StringLength(8)] public string xxqad_vd_domain { get; set; } - [Required(AllowEmptyStrings = true)] + [Required(AllowEmptyStrings = true)] [StringLength(100)] public string xxqad_vd_name { get; set; } - [Required(AllowEmptyStrings = true)] + [Required(AllowEmptyStrings = true)] [StringLength(100)] public string xxqad_vd_line1 { get; set; } @@ -34,7 +34,7 @@ namespace CK.SCP.Models.UniApiEntity [StringLength(100)] public string xxqad_vd_line3 { get; set; } - [Required(AllowEmptyStrings = true)] + [Required(AllowEmptyStrings = true)] [StringLength(50)] public string xxqad_vd_country { get; set; } @@ -53,7 +53,7 @@ namespace CK.SCP.Models.UniApiEntity [StringLength(50)] public string xxqad_vd_attn { get; set; } - [Required(AllowEmptyStrings = true)] + [Required(AllowEmptyStrings = true)] [StringLength(15)] public string xxqad_vd_curr { get; set; } @@ -62,7 +62,7 @@ namespace CK.SCP.Models.UniApiEntity [StringLength(2)] public string xxqad_vd_promo { get; set; } - [Required(AllowEmptyStrings = true)] + [Required(AllowEmptyStrings = true)] [StringLength(8)] public string xxqad_vd_type { get; set; } diff --git a/Models/UniApiEntity/xxwms_rct_det.cs b/Models/UniApiEntity/xxwms_rct_det.cs index 16bf415..7f3094b 100644 --- a/Models/UniApiEntity/xxwms_rct_det.cs +++ b/Models/UniApiEntity/xxwms_rct_det.cs @@ -8,15 +8,15 @@ namespace CK.SCP.Models.UniApiEntity [Key] public int xxwms_rct_uid { get; set; } - [Required(AllowEmptyStrings = true)] + [Required(AllowEmptyStrings = true)] [StringLength(50)] public string xxwms_rct_seq { get; set; } - [Required(AllowEmptyStrings = true)] + [Required(AllowEmptyStrings = true)] [StringLength(20)] public string xxwms_rct_nbr { get; set; } - [Required(AllowEmptyStrings = true)] + [Required(AllowEmptyStrings = true)] [StringLength(8)] public string xxwms_rct_site { get; set; }