lixiaojun
2024-10-21 bc8d900f5ca26216dae0e1be243ab6237790873b
WinFrmUI/Yw.WinFrmUI.Hydro.Core/03-property/03-link/00-core/HydroLinkPropertyViewModel.cs
@@ -31,8 +31,9 @@
        [Category("基础信息")]
        [DisplayName("上游节点")]
        [PropertyOrder(11)]
        [IsHydroLinkCode]
        [ReadOnly(true)]
        [Browsable(true)]
        [ShowEditor(false)]
        public string StartCode { get; set; }
        /// <summary>
@@ -41,8 +42,9 @@
        [Category("基础信息")]
        [DisplayName("下游节点")]
        [PropertyOrder(12)]
        [IsHydroLinkCode]
        [ReadOnly(true)]
        [Browsable(true)]
        [ShowEditor(false)]
        public string EndCode { get; set; }
        /// <summary>