xwt
2025-08-16 823e5cae379ee1a259f79060ca0015d381c61f79
StandardInterface/MES.Service/Modes/LtsLlj.cs
@@ -227,6 +227,12 @@
    [SugarColumn(ColumnName = "SSCJ")]
    public string? SSCJ { get; set; }
    /// <summary>
    ///     检验项目数量(非数据库字段,用于前端显示)
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public int? InspectionItemCount { get; set; }
}