lixiaojun
2024-11-14 ae45d123c2ee907fd40f7db86f2aac2b21f976b6
WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/05-completed/XhsProjectSimulationAnalysisViewModel.cs
@@ -13,26 +13,31 @@
            this.Type = rhs.Type;
        }
        //名称
        [DisplayName("名称")]
        //构件属性
        [DisplayName("构件属性")]
        [Browsable(true)]
        public string Name { get; set; }
        //错误信息
        [DisplayName("错误信息")]
        //状态信息
        [DisplayName("状态信息")]
        [Browsable(true)]
        public string Description { get; set; }
        //构建编码
        [DisplayName("构建编码")]
        //构件编码
        [DisplayName("构件编码")]
        [Browsable(true)]
        public string Code { get; set; }
        //构建属性
        [DisplayName("构建属性")]
        //构件类型
        [DisplayName("构件类型")]
        [Browsable(true)]
        public string Type { get; set; }
        //解析状态
        [DisplayName("解析状态")]
        [Browsable(true)]
        public string PropStatus { get; set; }
        /// <summary>
        /// 错误等级
        /// </summary>