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