xwt
2025-09-05 09cb3ccb6891eba2d6c1e6ab58d34b35c2298563
StandardInterface/MES.Service/Modes/LtsLlj.cs
@@ -233,6 +233,18 @@
    [SugarColumn(IsIgnore = true)]
    public int? InspectionItemCount { get; set; }
    /// <summary>
    ///     维护人员账号(来自V_LLJ_USER视图,非数据库字段)
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public string? Fcode { get; set; }
    /// <summary>
    ///     检验项目维护状态(0:未维护,非0:已维护)
    /// </summary>
    [SugarColumn(ColumnName = "JYXM")]
    public int? Jyxm { get; set; }
}