Shuxia Ning
2025-01-07 5f51a2fe3461e1f88e75b0b6959719d25f657ef3
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/00-core/CreateXhsSchemeViewModel.cs
@@ -27,6 +27,7 @@
            this.ProjectSite = projectSite;
            this.HydroInfo = hydroInfo;
            this.AllSchemeList = allSchemeList;
            this.allChangeRecordList = new List<XhsSchemeChangeRecordViewModel>();
        }
@@ -56,8 +57,20 @@
        #region 基本信息
        /// <summary>
        /// 当前方案
        /// </summary>
        public XhsSchemeVmo Scheme { get; set; }
        /// <summary>
        /// 所有可见视图列表
        /// </summary>
        public List<HydroVisualViewModel> AllVisualViewModelList { get; set; }
        /// <summary>
        /// 变更记录列表
        /// </summary>
        public List<XhsSchemeChangeRecordViewModel> allChangeRecordList { get; set; }
        #endregion