BUG
lu
2025-07-02 9c38dbf93ea5b7dea6b34b03cb3143812b20147d
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; }
    }