From 5a89a88437281edf946a5a654daaf249e96236db Mon Sep 17 00:00:00 2001 From: lihanbo Date: Mon, 23 Dec 2024 11:58:44 +0800 Subject: [PATCH] =?UTF-8?q?105040=20Update=20=E6=B7=BB=E5=8A=A0CableLectot?= =?UTF-8?q?ypeId=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sinvo.EplanHpD.Plugin.WPFUI/Models/LectotypeLineModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/Models/LectotypeLineModel.cs b/Sinvo.EplanHpD.Plugin.WPFUI/Models/LectotypeLineModel.cs index d89d6e7..5d299c2 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/Models/LectotypeLineModel.cs +++ b/Sinvo.EplanHpD.Plugin.WPFUI/Models/LectotypeLineModel.cs @@ -7,6 +7,8 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI.Models { public class LectotypeLineModel : CheckedModel { + + public string CableLectotypeId { get; set; } /// 机械机构号 /// public string MechanicalNo { get; set; }