using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace CK.SCP.Models.UniApiEntity { public partial class xxqad_pod_det { [Key] public int xxqad_pod_uid { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(50)] public string xxqad_pod_seq { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(50)] public string xxqad_pod_nbr { get; set; } public int xxqad_pod_line { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(8)] public string xxqad_pod_modtype { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(50)] public string xxqad_pod_site { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(50)] public string xxqad_pod_domain { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(18)] public string xxqad_pod_part { get; set; } [StringLength(50)] public string xxqad_pod_desc { get; set; } public decimal xxqad_pod_qty_ord { get; set; } public decimal xxqad_pod_qty_rct { get; set; } public decimal xxqad_pod_qty_std { get; set; } public DateTime xxqad_pod_due_date { get; set; } public decimal xxqad_pod_price { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(8)] public string xxqad_pod_curr { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(8)] public string xxqad_pod_loc_um { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(8)] public string xxqad_pod_um { get; set; } public decimal xxqad_pod_um_conv { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(50)] public string xxqad_pod_vend { get; set; } [StringLength(100)] public string xxqad_pod_name { get; set; } [StringLength(8)] public string xxqad_pod_attn { get; set; } [StringLength(50)] public string xxqad_pod_ship { get; set; } [StringLength(2)] public string xxqad_pod_made { get; set; } public bool? xxqad_pod_confirm { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(50)] public string xxqad_pod_buyer { get; set; } [StringLength(20)] public string xxqad_pod_buyer_phone { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(8)] public string xxqad_pod_status { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(1)] public string xxqad_pod_qadread { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(1)] public string xxqad_pod_wmsread { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(1)] public string xxqad_pod_scmread { get; set; } [Required(AllowEmptyStrings = true)] [StringLength(1)] public string xxqad_pod_mesread { get; set; } public string xxqad_pod_rmks { get; set; } public DateTime? xxqad_pod_createdt { get; set; } [StringLength(50)] public string xxqad_pod_createur { get; set; } public DateTime? xxqad_pod_updatedt { get; set; } [StringLength(50)] public string xxqad_pod_updateur { get; set; } /* public string xxqad_pod_type { get; set; } public string xxqad_pod_wolot { get; set; } */ public string xxqad_pod_loc { get; set; } public string xxqad_pod_type { get; set; } public string xxqad_pod_wolot { get; set; } public string xxqad_pod_pllist { get; set; } public string xxqad_pod_prj { get; set; } public Nullable xxqad_pod_qty_rcvd { get; set; } public Nullable xxqad_pod_qty_open { get; set; } public Nullable xxqad_pod_ord_date { get; set; } public Nullable xxqad_pod_dur_date { get; set; } } }