lixiaojun
2024-12-10 5587341ac6e50a040972d33d83de632e7d0c87af
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/00-core/CreateXhsSchemeViewModel.cs
@@ -15,11 +15,18 @@
        /// <summary>
        /// 
        /// </summary>
        public CreateXhsSchemeViewModel(XhsProjectVmo project, XhsProjectSiteVmo projectSite, Yw.Model.HydroModelInfo hydroInfo)
        public CreateXhsSchemeViewModel
            (
                XhsProjectVmo project,
                XhsProjectSiteVmo projectSite,
                Yw.Model.HydroModelInfo hydroInfo,
                List<XhsSchemeVmo> allSchemeList
            )
        {
            this.Project = project;
            this.ProjectSite = projectSite;
            this.HydroInfo = hydroInfo;
            this.AllSchemeList = allSchemeList;
        }
@@ -40,11 +47,16 @@
        /// </summary>
        public Yw.Model.HydroModelInfo HydroInfo { get; set; }
        /// <summary>
        /// 所有方案列表
        /// </summary>
        public List<XhsSchemeVmo> AllSchemeList { get; set; }
        #endregion
        #region 基本信息
        public XhsScheme Scheme { get; set; }
        public XhsSchemeVmo Scheme { get; set; }
        #endregion