duheng
2024-10-24 586bcf6d0c12de3f0f0d63fca6b1f937754f17ac
WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/05-completed/XhsProjectSimulationAnalysisViewModel.cs
@@ -13,8 +13,8 @@
            this.Type = rhs.Type;
        }
        //名称
        [DisplayName("名称")]
        //属性
        [DisplayName("属性")]
        [Browsable(true)]
        public string Name { get; set; }
@@ -28,8 +28,8 @@
        [Browsable(true)]
        public string Code { get; set; }
        //构建属性
        [DisplayName("构建属性")]
        //构件类型
        [DisplayName("构件类型")]
        [Browsable(true)]
        public string Type { get; set; }