bug
lu
2025-07-31 d0f32cf641c751e6b926d2169fc1b17c155c6c82
DevApp/Gs.DevApp/DevFrm/QC/Models/MesQmCheckitemDt.cs
@@ -216,17 +216,22 @@
        public long? ItemId { get; set; }
        /// <summary>
        ///
        ///  工位
        ///</summary>
        public string stationName { get; set; }
        /// <summary>
        ///     样品数量
        /// </summary>
        public decimal? ypsl { get; set; }
        /// <summary>
        ///  是否认证
        ///</summary>
        public bool? isRzxx { get; set; }
        public Guid? Pid { get; set; }
    }