StandardPda/MES.Service/Modes/LtsLlj.cs
@@ -170,6 +170,18 @@
    [SugarColumn(ColumnName = "F_TYPE")]
    public int Ftype { get; set; }
    /// <summary>
    ///     查询是否检验超2.5h(0:不超 、1:超)
    /// </summary>
    [SugarColumn(ColumnName = "JYCS")]
    public int JYCS { get; set; }
    /// <summary>
    ///   技改状态
    /// </summary>
    [SugarColumn(ColumnName = "EXTEND_N01")]
    public string? ExtendNo1 { get; set; }
    [SugarColumn(IsIgnore = true)] public string? UserName { get; set; }
    /// <summary>
@@ -189,4 +201,9 @@
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public string? NewFngDesc { get; set; }
    /// <summary>
    ///     项目
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public string? ProjectCodes { get; set; }
}