cloudflight
2024-08-05 46f88867a2d3561a701535bcc6c41d0f76634b52
WinFrmUI/Yw.WinFrmUI.Hydro.Q3d.Core/MapView/Base/NodeViewModel.cs
@@ -16,7 +16,7 @@
namespace Yw.WinFrmUI.Q3D
{
    [Serializable]
    public class NodeViewModel : NodeCalcModel, IBaseViewModel
    public class NodeViewModel : Q3DNodeCalcModel, IBaseViewModel
    {
        #region 构造函数
        public NodeViewModel()
@@ -130,7 +130,7 @@
        [DisplayName("链表清单")]
        [Browsable(true)]
        [JsonIgnore]
        public List<LinkCalcModel> Links
        public List<Q3DLinkCalcModel> Links
        { 
            get
            {