bug
lu
2025-06-30 6a89dc5916749e18dc77b15c7c27ccd2ada38e6b
DevApp/Gs.DevApp/DevFrm/QC/Models/MesQmCheckitemDt.cs
@@ -221,14 +221,17 @@
        public string stationName { get; set; }
        /// <summary>
        ///     样品数量
        /// </summary>
        public decimal? ypsl { get; set; }
        /// <summary>
        ///  是否认证
        ///</summary>
        public bool? isRzxx { get; set; }
        public Guid? Pid { get; set; }
    }