啊鑫
9 天以前 aedc81d40157133df8b5c44d3fbabc803a0e6e75
WebApi/GS.QC/Models/MesQmCheckitemDt.cs
@@ -261,15 +261,16 @@
    /// <summary>
    ///     工位
    /// 工位
    /// </summary>
    [SugarColumn(ColumnName = "stationName")]
    public string stationName { get; set; }
    /// <summary>
    ///     是否认证
    /// </summary>
    ///  是否认证
    ///</summary>
    [SugarColumn(ColumnName = "IS_RZXX")]
    public bool? isRzxx { get; set; }
@@ -280,5 +281,7 @@
    public Guid? Pid { get; set; }
    [SugarColumn(IsIgnore = true)] public string sampleSizeName { get; set; }
}
    [SugarColumn(IsIgnore = true)]
    public string sampleSizeName { get; set; }
}