using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Pcb.Domain.PageObject { public class JieYuanReportDataModel { /// /// 客户名称 /// public string TrueName { get; set; } /// /// 客户id /// public int? MbId { get; set; } /// /// 是否外发 /// public bool IsOutFactory { get; set; } public string FR4Typetemp { get; set; } public string AluminumTypetemp { get; set; } public string FR4Type { get; set; } public string AluminumType{ get; set; } public string FR4Tg { get; set; } /// /// 订单 /// public string OrderNo { get; set; } /// /// 产品数量 /// public int? Num { get; set; } /// /// 周期 /// public string DeliveryDate { get; set; } /// /// 层数 /// public int BoardLayers { get; set; } /// /// 批号 /// public int? Id { get; set; } /// /// 板料物料类型 /// public string FR4T { get; set; } /// /// 成品板厚 /// public double BoardThickness { get; set; } /// /// 通孔铜厚 /// public double CopperThickness { get; set; } /// /// 线路铜厚 /// public string LineWeight { get; set; } /// /// 阻焊上层颜色 /// public string SolderColor { get; set; } /// /// 阻焊底层颜色 /// public string SolderColorBottom { get; set; } /// /// 字符颜色 /// public string FontColor { get; set; } /// /// 字符底层颜色 /// public string FontColorBottom { get; set; } /// /// 业务订单id /// public string BusinessOrderNo { get; set; } /// /// /// public decimal TestPoints { get; set; } } public class JieYuanReportModel { public int Id { get; set; } public string BusinessOrderNo { get; set; } public int ReportType { get; set; } public string JsonData { get; set; } public int PrintState { get; set; } public int CreateUser { get; set; } public DateTime CreateDate { get; set; } } public class ChengPinJianYanRequestModel { public string BusinessOrderNo { get; set; } public string Customer { get; set; } public string HoleJudgement { get; set; } public string CustomerId { get; set; } public string PN { get; set; } public string QTY { get; set; } public string Layer { get; set; } public string Lotno { get; set; } public string SamplingQTY { get; set; } public string MaterialTypeReq { get; set; } public string MaterialTypeAc { get; set; } public string MaterialTypeRes { get; set; } public string FinishReq { get; set; } public string FinishAc { get; set; } public string FinishRes { get; set; } public string HoIeReq { get; set; } public string HoIeAc { get; set; } public string HoIeRes { get; set; } public string TrackReq { get; set; } public string TrackAc { get; set; } public string TrackRes { get; set; } public string NickelReq { get; set; } public string NickelAc { get; set; } public string NickelRes { get; set; } public string GoldReq { get; set; } public string GoldAc { get; set; } public string GoldRes { get; set; } public string HoleReq { get; set; } public string HoleAc { get; set; } public string HoleRes { get; set; } public string MinWidthReq { get; set; } public string MinWidthAc { get; set; } public string MinWidthRes { get; set; } public string MinSpaceReq { get; set; } public string MinSpaceAc { get; set; } public string MinSpaceRes { get; set; } public string SolderMaterialReq { get; set; } public string SolderMaterialAc { get; set; } public string SolderMaterialRes { get; set; } public string SolderColorReq { get; set; } public string SolderColorAc { get; set; } public string SolderColorRes { get; set; } public string SiIkscreenColorReq { get; set; } public string SiIkscreenColorAc { get; set; } public string SiIkscreenColorRes { get; set; } public string SingleReq { get; set; } public string SingleAc { get; set; } public string SingleRes { get; set; } public string WarpReq { get; set; } public string WarpRes { get; set; } public string Judgement { get; set; } public string Inspected { get; set; } public string Date { get; set; } public string Approved { get; set; } public string ProfileXReq { get; set; } public string ProfileX1 { get; set; } public string ProfileX2 { get; set; } public string ProfileXRes { get; set; } public string ProfileYReq { get; set; } public string ProfileY1 { get; set; } public string ProfileY2 { get; set; } public string ProfileYRes { get; set; } public string HoleA { get; set; } public string HoleAReq { get; set; } public string HoleATol { get; set; } public string HoleA1 { get; set; } public string HoleA2 { get; set; } public string HoleARes { get; set; } public string HoleB { get; set; } public string HoleBReq { get; set; } public string HoleBTol { get; set; } public string HoleB1 { get; set; } public string HoleB2 { get; set; } public string HoleBRes { get; set; } public string HoleC { get; set; } public string HoleCReq { get; set; } public string HoleCTol { get; set; } public string HoleC1 { get; set; } public string HoleC2 { get; set; } public string HoleCRes { get; set; } } }