xwt
7 天以前 82dac540156cb29e58c86f7d7d840e3c7e548c15
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; }
}