From bc230c03cb961e8d5fb40131806fe795ecfbfa73 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 06 十一月 2024 15:07:00 +0800 Subject: [PATCH] 修改曲线id命名 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs | 30 +++++++++++++++++++++++++++--- 1 files changed, 27 insertions(+), 3 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs index edfbb38..e8d1e79 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs @@ -1,4 +1,7 @@ -锘縩amespace HStation.WinFrmUI +锘縰sing HStation.Assets; +using HStation.Revit; + +namespace HStation.WinFrmUI { /// <summary> /// 闃�闂ㄥ尮閰峍iewModel @@ -48,6 +51,13 @@ public string DbId { get; set; } /// <summary> + /// CurveDbId + /// </summary> + [DisplayName("ChartDbId")] + [Browsable(false)] + public string CurveDbId { get; set; } + + /// <summary> /// 鐩村緞 /// </summary> [DisplayName("鐩村緞")] @@ -73,7 +83,7 @@ /// </summary> [DisplayName("闃�闂ㄧ被鍨�")] [Browsable(true)] - public string ValveType { get; set; } + public eValveType ValveType { get; set; } /// <summary> /// 闃�闂ㄨ缃� @@ -104,6 +114,13 @@ public double? MatchingDiameter { get; set; } /// <summary> + /// MatchingCurveDbId + /// </summary> + [DisplayName("MatchingCurveDbId")] + [Browsable(false)] + public string MatchingCurveDbId { get; set; } + + /// <summary> /// 鍖归厤鏉愯川 /// </summary> [DisplayName("鍖归厤鏉愯川")] @@ -122,7 +139,7 @@ /// </summary> [DisplayName("鍖归厤闃�闂ㄧ被鍨�")] [Browsable(true)] - public string MatchingValveType { get; set; } + public eValveType MatchingValveType { get; set; } /// <summary> /// 鍖归厤闃�闂ㄨ缃� @@ -137,5 +154,12 @@ [DisplayName("鍖归厤姘村ご鎹熷け鏇茬嚎")] [Browsable(false)] public List<CurvePointMatchingViewModel> MatchingCurveQL { get; set; } + + /// <summary> + /// 鍖归厤寮�搴︽崯澶辨洸绾� + /// </summary> + [DisplayName("鍖归厤寮�搴︽崯澶辨洸绾�")] + [Browsable(false)] + public List<CurvePointMatchingViewModel> MatchingCurveOL { get; set; } } } \ No newline at end of file -- Gitblit v1.9.3