From 4fec37dfb1c9e3755a2c1d4507e0d356e6e28b1e Mon Sep 17 00:00:00 2001 From: lihanbo Date: Sat, 11 Jan 2025 12:27:26 +0800 Subject: [PATCH] =?UTF-8?q?105040=20Update=20=E8=B0=83=E6=95=B4=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E7=AC=A6=E5=8F=B7=E4=B8=BA=E5=85=A8=E8=A7=92?= =?UTF-8?q?=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sinvo.EplanHpD.Plugin.WPFUI/Models/LectotypeLineModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/Models/LectotypeLineModel.cs b/Sinvo.EplanHpD.Plugin.WPFUI/Models/LectotypeLineModel.cs index 2e00b73..bb112b6 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/Models/LectotypeLineModel.cs +++ b/Sinvo.EplanHpD.Plugin.WPFUI/Models/LectotypeLineModel.cs @@ -352,8 +352,8 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI.Models ModelNo += $"{AxisNo}"; if (CableConnectionClass != "直通") //if (!(CableType is "编码器线+动力线" or "编码器线+动力刹车线")) - ModelNo += $"-{CurrentLine} / {LineCount}"; - ModelNo += ")"; + ModelNo += $"-{CurrentLine}/{LineCount}"; + ModelNo += ")/定制"; } //if (isUpdateDrawNo) {