using System; using System.ComponentModel.DataAnnotations; namespace CK.SCP.Models.UniApiEntity { public partial class xxscm_pod_det { [Key] public int xxscm_pod_uid { get; set; } public string xxscm_pod_seq { get; set; } public string xxscm_pod_nbr { get; set; } public int xxscm_pod_line { get; set; } public string xxscm_pod_modtype { get; set; } public string xxscm_pod_ordType { get; set; } public string xxscm_pod_site { get; set; } public string xxscm_pod_domain { get; set; } public string xxscm_pod_part { get; set; } public decimal xxscm_pod_qty_ord { get; set; } public decimal xxscm_pod_qty_rct { get; set; } public decimal xxscm_pod_qty_std { get; set; } public DateTime xxscm_pod_due_date { get; set; } public decimal xxscm_pod_price { get; set; } public string xxscm_pod_loc_um { get; set; } public decimal xxscm_pod_um_conv { get; set; } public string xxscm_pod_um { get; set; } public string xxscm_pod_vend { get; set; } public string xxscm_pod_ship { get; set; } public string xxscm_pod_buyer { get; set; } public string xxscm_pod_buyer_phone { get; set; } public string xxscm_pod_qadread { get; set; } public string xxscm_pod_wmsread { get; set; } public string xxscm_pod_scmread { get; set; } public string xxscm_pod_mesread { get; set; } public DateTime? xxscm_pod_createdt { get; set; } public string xxscm_pod_createur { get; set; } public string xxscm_pod_groupWareMaterielNO { get; set; } public string xxscm_pod_componquantity { get; set; } public string xxscm_pod_measureBaseUnit { get; set; } public string xxscm_pod_returnsItem { get; set; } public string xxscm_pod_curr { get; set; } public string xxscm_pod_status { get; set; } public string xxscm_pod_ctype { get; set; } public string xxscm_pod_companyCode { get; set; } public string xxscm_pod_purOrg { get; set; } } }