xwt
2025-09-25 8e5e2fb892df6cc8c61d7c03baa2412522ad11c4
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; }
}