lu
2025-06-07 aef15a6e8acc366ff60e428a347d7f7fe8f9cadc
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,5 +127,7 @@
        /// 主表ID 
        ///</summary>
        public Guid? Pid { get; set; }
    }
}