From 4e97d1c9f5b724a95a8160ea4cc52a7e2ba13ac9 Mon Sep 17 00:00:00 2001 From: lihanbo Date: Mon, 20 Jan 2025 17:04:07 +0800 Subject: [PATCH] =?UTF-8?q?105040=20Update=20=E5=A2=9E=E5=8A=A0=E5=AE=9E?= =?UTF-8?q?=E4=BD=93=E5=AF=B9=E8=B1=A1=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sinvo.EplanHpD.Plugin.WPFUI/Models/ScanCableModel.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/Models/ScanCableModel.cs b/Sinvo.EplanHpD.Plugin.WPFUI/Models/ScanCableModel.cs index 4cbadda..c3b3463 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/Models/ScanCableModel.cs +++ b/Sinvo.EplanHpD.Plugin.WPFUI/Models/ScanCableModel.cs @@ -1,4 +1,5 @@ using EPLAN.Harness.Core.Utils; +using EPLAN.Harness.ProjectCore.Occurrences; using System; using System.Collections.Generic; using System.ComponentModel; @@ -132,5 +133,8 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI.Models OnPropertyChanged(nameof(E_part)); } } + + public BaseOccurrence S_partObj { get; set; } + public BaseOccurrence E_partObj { get; set; } } }