lu
2025-03-14 7d43ccf3c00d034c2072a9d45af9b96171310854
DevApp/Gs.DevApp/DevFrm/QC/Models/MesDefectCode.cs
@@ -127,5 +127,15 @@
        /// 主表ID 
        ///</summary>
        public Guid? Pid { get; set; }
        /// <summary>
        ///     缺陷类别编号
        /// </summary>
        public string TypeNo { get; set; }
        /// <summary>
        ///     缺陷类别描述
        /// </summary>
        public string TypeMemo { get; set; }
    }
}