xwt
7 天以前 57caad11d92771dcaa7d76d871daa3e4a538c2be
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; }
}