lg
2 天以前 0f8f046d23efc73146a5245d3edc55285c3219b1
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; }
    }