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; }