lixiaojun
2024-10-11 79c8977a39744e046a121e7ef491532b9451babb
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/05-search/XhsProjectSimulationSearchViewModel.cs
@@ -24,6 +24,7 @@
            this.DbLocked = rhs.DbLocked;
            this.FlagsString = Yw.Untity.FlagsHelper.ToString(rhs.Flags);
            this.Description = rhs.Description;
            this.Vmo = rhs;
        }
        /// <summary>
@@ -81,6 +82,11 @@
        [Display(Name = "说明")]
        public string Description { get; set; }
        /// <summary>
        ///
        /// </summary>
        public Yw.Model.HydroParterInfo Vmo { get; set; }
    }
}