1
lu
10 天以前 8679ebaf17148f5c80a2d601a46168e4f05341cf
DevApp/Gs.DevApp/DevFrm/QC/Models/MesDefectCode.cs
@@ -84,9 +84,9 @@
        public string SType { get; set; }
        /// <summary>
        /// 类别1
        /// 状态
        ///</summary>
        public string Type1 { get; set; }
        public bool Type1 { get; set; }
        /// <summary>
        /// 类别2 
@@ -127,7 +127,7 @@
        /// 主表ID 
        ///</summary>
        public Guid? Pid { get; set; }
    }
}