11
tjx
2025-11-12 c6d9fc76d16c944e64d6490eb2a6d866fd7a38f0
MES.Service/Modes/MesSpiAoiDetail.cs
@@ -21,118 +21,58 @@
    public decimal HeaderId { get; set; }
    /// <summary>
    /// 偏位数量。
    /// 面积超出数量。
    /// </summary>
    [SugarColumn(ColumnName = "OFFSET_COUNT")]
    public int OffsetCount { get; set; }
    [SugarColumn(ColumnName = "AREA_OVERFLOW_COUNT")]
    public int AreaOverflowCount { get; set; }
    /// <summary>
    /// 缺件数量。
    /// 面积不足数量。
    /// </summary>
    [SugarColumn(ColumnName = "MISSING_COUNT")]
    public int MissingCount { get; set; }
    [SugarColumn(ColumnName = "AREA_UNDERFLOW_COUNT")]
    public int AreaUnderflowCount { get; set; }
    /// <summary>
    /// 反向安装数量。
    /// 高度超出数量。
    /// </summary>
    [SugarColumn(ColumnName = "REVERSE_COUNT")]
    public int ReverseCount { get; set; }
    [SugarColumn(ColumnName = "EXCEEDING_HEIGHT_COUNT")]
    public int ExceedingHeightCount { get; set; }
    /// <summary>
    /// 翘起数量。
    /// 高度不足数量。
    /// </summary>
    [SugarColumn(ColumnName = "LIFTED_COUNT")]
    public int LiftedCount { get; set; }
    [SugarColumn(ColumnName = "INSUFFICIENT_HEIGHT_COUNT")]
    public int InsufficientHeightCount { get; set; }
    /// <summary>
    /// 浮高数量。
    /// X偏移数量。
    /// </summary>
    [SugarColumn(ColumnName = "FLOAT_HIGH_COUNT")]
    public int FloatHighCount { get; set; }
    [SugarColumn(ColumnName = "X_DEVIATION_COUNT")]
    public int XDeviationCount { get; set; }
    /// <summary>
    /// 立碑数量。
    /// Y偏移数量。
    /// </summary>
    [SugarColumn(ColumnName = "TOMBSTONE_COUNT")]
    public int TombstoneCount { get; set; }
    [SugarColumn(ColumnName = "Y_DEVIATION_COUNT")]
    public int YDeviationCount { get; set; }
    /// <summary>
    /// 翻转数量。
    /// 塌陷数量。
    /// </summary>
    [SugarColumn(ColumnName = "FLIP_COUNT")]
    public int FlipCount { get; set; }
    [SugarColumn(ColumnName = "COLLAPSE_COUNT")]
    public int CollapseCount { get; set; }
    /// <summary>
    /// 错件数量。
    /// 拉尖数量(焊锡拉尖)。
    /// </summary>
    [SugarColumn(ColumnName = "WRONG_PART_COUNT")]
    public int WrongPartCount { get; set; }
    [SugarColumn(ColumnName = "SOLDER_PULL_TIP_COUNT")]
    public int SolderPullTipCount { get; set; }
    /// <summary>
    /// 翘脚数量。
    /// 异形数量。
    /// </summary>
    [SugarColumn(ColumnName = "LEAD_LIFT_COUNT")]
    public int LeadLiftCount { get; set; }
    /// <summary>
    /// 虚焊数量。
    /// </summary>
    [SugarColumn(ColumnName = "COLD_JOINT_COUNT")]
    public int ColdJointCount { get; set; }
    /// <summary>
    /// 空焊数量。
    /// </summary>
    [SugarColumn(ColumnName = "NO_SOLDER_COUNT")]
    public int NoSolderCount { get; set; }
    /// <summary>
    /// 少锡数量。
    /// </summary>
    [SugarColumn(ColumnName = "INSUFFICIENT_SOLDER_COUNT")]
    public int InsufficientSolderCount { get; set; }
    /// <summary>
    /// 多锡数量。
    /// </summary>
    [SugarColumn(ColumnName = "EXCESS_SOLDER_COUNT")]
    public int ExcessSolderCount { get; set; }
    /// <summary>
    /// 连锡数量。
    /// </summary>
    [SugarColumn(ColumnName = "BRIDGE_COUNT")]
    public int BridgeCount { get; set; }
    /// <summary>
    /// 漏铜数量。
    /// </summary>
    [SugarColumn(ColumnName = "COPPER_EXPOSURE_COUNT")]
    public int CopperExposureCount { get; set; }
    /// <summary>
    /// 拉尖数量。
    /// </summary>
    [SugarColumn(ColumnName = "SPIKE_COUNT")]
    public int SpikeCount { get; set; }
    /// <summary>
    /// 异物残留数量。
    /// </summary>
    [SugarColumn(ColumnName = "FOREIGN_MATTER_COUNT")]
    public int ForeignMatterCount { get; set; }
    /// <summary>
    /// 溢胶数量。
    /// </summary>
    [SugarColumn(ColumnName = "GLUE_OVERFLOW_COUNT")]
    public int GlueOverflowCount { get; set; }
    /// <summary>
    /// 引脚偏位数量。
    /// </summary>
    [SugarColumn(ColumnName = "PIN_OFFSET_COUNT")]
    public int PinOffsetCount { get; set; }
    [SugarColumn(ColumnName = "ABNORMALITY_COUNT")]
    public int AbnormalityCount { get; set; }
    /// <summary>
    /// 产线显示名称。