xwt
5 天以前 82dac540156cb29e58c86f7d7d840e3c7e548c15
StandardInterface/MES.Service/Modes/LtsLlj.cs
@@ -201,7 +201,38 @@
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public string? NewFngDesc { get; set; }
    [SugarColumn(IsIgnore = true)]
    //紧急放行标识
    /// <summary>
    ///     紧急放行标识
    /// </summary>
    public int EMERGENCY { get; set; }
    /// <summary>
    ///     破坏实验数量
    /// </summary>
    [SugarColumn(ColumnName = "PHSY")]
    public int? PHSY { get; set; }
    /// <summary>
    ///     破坏实验数量
    /// </summary>
    [SugarColumn(ColumnName = "BLYY")]
    public string? BLYY { get; set; }
    /// <summary>
    ///     破坏实验数量
    /// </summary>
    [SugarColumn(ColumnName = "PSZT")]
    public string? PSZT { get; set; }
    /// <summary>
    ///     破坏实验数量
    /// </summary>
    [SugarColumn(ColumnName = "SSCJ")]
    public string? SSCJ { get; set; }
    /// <summary>
    ///     检验项目数量(非数据库字段,用于前端显示)
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public int? InspectionItemCount { get; set; }
}