| | |
| | | return new MesSpiAoiDetail |
| | | { |
| | | HeaderId = dto.HeaderId ?? 0, |
| | | OffsetCount = dto.OffsetCount, |
| | | MissingCount = dto.MissingCount, |
| | | ReverseCount = dto.ReverseCount, |
| | | LiftedCount = dto.LiftedCount, |
| | | FloatHighCount = dto.FloatHighCount, |
| | | TombstoneCount = dto.TombstoneCount, |
| | | FlipCount = dto.FlipCount, |
| | | WrongPartCount = dto.WrongPartCount, |
| | | LeadLiftCount = dto.LeadLiftCount, |
| | | ColdJointCount = dto.ColdJointCount, |
| | | NoSolderCount = dto.NoSolderCount, |
| | | InsufficientSolderCount = dto.InsufficientSolderCount, |
| | | ExcessSolderCount = dto.ExcessSolderCount, |
| | | BridgeCount = dto.BridgeCount, |
| | | CopperExposureCount = dto.CopperExposureCount, |
| | | SpikeCount = dto.SpikeCount, |
| | | ForeignMatterCount = dto.ForeignMatterCount, |
| | | GlueOverflowCount = dto.GlueOverflowCount, |
| | | PinOffsetCount = dto.PinOffsetCount, |
| | | AreaOverflowCount = dto.AreaOverflowCount, |
| | | AreaUnderflowCount = dto.AreaUnderflowCount, |
| | | ExceedingHeightCount = dto.ExceedingHeightCount, |
| | | InsufficientHeightCount = dto.InsufficientHeightCount, |
| | | XDeviationCount = dto.XDeviationCount, |
| | | YDeviationCount = dto.YDeviationCount, |
| | | CollapseCount = dto.CollapseCount, |
| | | SolderPullTipCount = dto.SolderPullTipCount, |
| | | AbnormalityCount = dto.AbnormalityCount, |
| | | LineDisplayName = dto.LineDisplayName, |
| | | MachineName = dto.MachineName, |
| | | InputBoards = dto.InputBoards, |