You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

155 lines
4.3 KiB

using System;
using System.ComponentModel.DataAnnotations;
namespace CK.SCP.Models.UniApiEntity
{
public partial class xxbom_pt_mstr
{
[Key]
public int xxbom_pt_UID { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(50)]
public string xxbom_pt_seq { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(18)]
public string xxbom_pt_part { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(24)]
public string xxbom_pt_desc1 { get; set; }
[StringLength(24)]
public string xxbom_pt_desc2 { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(2)]
public string xxbom_pt_um { get; set; }
[StringLength(18)]
public string xxbom_pt_draw { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(4)]
public string xxbom_pt_prod_line { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(8)]
public string xxbom_pt_group { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(8)]
public string xxbom_pt_part_type { get; set; }
[StringLength(8)]
public string xxbom_pt_dsgn_grp { get; set; }
[StringLength(8)]
public string xxbom_pt_promo { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(4)]
public string xxbom_pt_status { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(1)]
public string xxbom_pt_abc { get; set; }
public bool? xxbom_pt_iss_pol { get; set; }
public bool? xxbom_pt_phantom { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(8)]
public string xxbom_pt_loc { get; set; }
public int? xxbom_pt_avg_int { get; set; }
public int? xxbom_pt_cyc_int { get; set; }
public bool? xxbom_pt_ms { get; set; }
public bool? xxbom_pt_plan_ord { get; set; }
public bool? xxbom_pt_mrp { get; set; }
[StringLength(3)]
public string xxbom_pt_ord_pol { get; set; }
public decimal? xxbom_pt_ord_qty { get; set; }
public int? xxbom_pt_ord_per { get; set; }
public decimal? xxbom_pt_sfty_stk { get; set; }
public decimal? xxbom_pt_sfty_time { get; set; }
public decimal? xxbom_pt_rop { get; set; }
[StringLength(8)]
public string xxbom_pt_buyer { get; set; }
[StringLength(8)]
public string xxbom_pt_vend { get; set; }
[StringLength(1)]
public string xxbom_pt_pm_code { get; set; }
public decimal? xxbom_pt_mfg_lead { get; set; }
public int? xxbom_pt_pur_lead { get; set; }
public bool? xxbom_pt_insp_rqd { get; set; }
public int? xxbom_pt_insp_lead { get; set; }
public int? xxbom_pt_cum_lead { get; set; }
public decimal? xxbom_pt_ord_min { get; set; }
public decimal? xxbom_pt_ord_max { get; set; }
public decimal? xxbom_pt_ord_mult { get; set; }
public decimal? xxbom_pt_yield_pct { get; set; }
public decimal? xxbom_pt_setup { get; set; }
public decimal? xxbom_pt_setup_ll { get; set; }
public decimal? xxbom_pt_run_ll { get; set; }
public decimal? xxbom_pt_run { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(1)]
public string xxbom_pt_qadread { get; set; }
[Required(AllowEmptyStrings = true)]
[StringLength(1)]
public string xxbom_pt_wmsread { get; set; }
[StringLength(1)]
public string xxbom_pt_scmread { get; set; }
[StringLength(1)]
public string xxbom_pt_mesread { get; set; }
public string xxbom_pt_rmks { get; set; }
public DateTime? xxbom_pt_createdt { get; set; }
[StringLength(8)]
public string xxbom_pt_createur { get; set; }
public DateTime? xxbom_pt_updatedt { get; set; }
[StringLength(8)]
public string xxbom_pt_updateur { get; set; }
[StringLength(8)]
public string xxbom_pt_domain { get; set; }
public string xxqad_pt_draw { get; set; }
}
}