schangxiang@126.com
2024-06-09 d5f80f2bae790fd13c159ff59568766b22495e30
DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_Model/MiddleModel/WorkPieceLogMiddle.cs
@@ -166,17 +166,26 @@
        public bool OP35NOOK { get; set; }
        #endregion
        #region OP60哪个工位标记(A、B、C、D)【Editby shaocx,2024-06-07】
        /// <summary>
        /// OP60哪个工位标记(A、B、C、D)
        /// </summary>
        public bool Op60_Place_Flag { get; set; }
        #endregion
        public bool IsConnect { get; set; }
        /// <summary>
        /// PLC传值是string型的
        /// </summary>
        public string QualityStateStr{get;set;}
        public string QualityStateStr { get; set; }
        public string QualityType { get; set; }
        public string QualityStateUpdateMode { get; set; }
        public string QualityStateUpdateUser { get; set; }
        public Dictionary<string,string> GetWorkPieceInfoDict()
        public Dictionary<string, string> GetWorkPieceInfoDict()
        {
            Dictionary<string, string> dict = new Dictionary<string, string>();
            dict.Add("WorkPieceID", "WorkPieceID");
@@ -189,29 +198,29 @@
        public string OP10Flag { get; set; }
        public DateTime AlertTime { get; set; }
        public string QualityOP10To1 { get; set; }
        public string QualityOP40To1 { get; set; }
        public string QualityOP20To1 { get; set; }
        public string QualityOP30To1 { get; set; }
        public string QualityOP30To2 { get; set; }
        public string QualityOP30To3 { get; set; }
        public string QualityOP30To4 { get; set; }
        public string QualityOP30To5 { get; set; }
        public string QualityOP30To6 { get; set; }
@@ -224,46 +233,46 @@
        public string QualityOP35To1 { get; set; }
        public string QualityOP35To2 { get; set; }
        public string QualityOP60To1 { get; set; }
        public string QualityOP60To2 { get; set; }
        public string QualityOP70To1 { get; set; }
        public string QualityOP70To2 { get; set; }
        public string QualityOP70To3 { get; set; }
        public string QualityOP80To1 { get; set; }
        public string QualityOP80To2 { get; set; }
        public string QualityOP80To3 { get; set; }
        public string QualityOP80To4 { get; set; }
        public string QualityOP80To5 { get; set; }
        public string QualityOP80To6 { get; set; }
        public string QualityOP80To7 { get; set; }
        public string QualityOP80To8 { get; set; }
@@ -300,7 +309,7 @@
        public string 过程参数值 { get; set; }
        public string 序列号 { get; set; }
        public string 零件识别号 { get; set; }
        public List<OP80ItemInfo> OP80ItemInfolist=new List<OP80ItemInfo>();
        public List<OP80ItemInfo> OP80ItemInfolist = new List<OP80ItemInfo>();
        public List<OP80ItemInfo> OP80ItemStatusInfolist = new List<OP80ItemInfo>();
    }