Browse Source

2323

master
学 赵 4 years ago
parent
commit
f20dd7900b
  1. 16
      Models/UniApiEntity/xxqad_vd_mstr.cs
  2. 6
      Models/UniApiEntity/xxwms_rct_det.cs

16
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; }

6
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; }

Loading…
Cancel
Save