lixiaojun
2024-11-24 281ad6aa6569598ec41eb5a79f3bf9027efe1061
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/04-unmatching/05-threelink/XhsProjectSimulationThreelinkUnMatchingViewModel.cs
@@ -16,7 +16,7 @@
        public XhsProjectSimulationThreelinkUnMatchingViewModel(Yw.Model.HydroThreelinkInfo rhs)
        {
            this.ID = rhs.ID;
            this.Catalog = HydroParterCatalogHelper.GetCatalogName(rhs.Catalog);
            this.Catalog = HydroParterCatalogHelper.GetName(rhs.Catalog);
            this.Code = rhs.Code;
            this.Name = rhs.Name;
            this.DbId = rhs.DbId;