zjh
2025-04-26 f8187896eeafc43457b81f4d08a1f0821bf51f1c
StandardPda/MES.Service/Modes/LtsLlj.cs
@@ -169,10 +169,41 @@
    /// </summary>
    [SugarColumn(ColumnName = "F_TYPE")]
    public int Ftype { get; set; }
    [SugarColumn(IsIgnore = true)] public string? UserName { get; set; }
    /// <summary>
    /// 物料标识(0:非首次、1:首次)
    ///     查询是否检验超2.5h(0:不超 、1:超)
    /// </summary>
    [SugarColumn(IsIgnore = true)] public int? FIRST { get; set; }
    [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>
    ///     物料标识(0:非首次、1:首次)
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public int? FIRST { get; set; }
    /// <summary>
    ///     创建人
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public string? CreateUserName { get; set; }
    /// <summary>
    ///     上次不良描述
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public string? NewFngDesc { get; set; }
    /// <summary>
    ///     项目
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public string? ProjectCodes { get; set; }
}