From 9d1d9f4fabb6dafc287546fb036936820762c2e8 Mon Sep 17 00:00:00 2001 From: lihanbo Date: Sat, 29 Mar 2025 11:38:58 +0800 Subject: [PATCH] =?UTF-8?q?105040=20Fix=20=E5=AD=97=E6=AE=B5=E5=AF=B9?= =?UTF-8?q?=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sinvo.EplanHpD.Plugin.WPFUI/Models/MotorPowerModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/Models/MotorPowerModel.cs b/Sinvo.EplanHpD.Plugin.WPFUI/Models/MotorPowerModel.cs index 1dc6a89..3af079c 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/Models/MotorPowerModel.cs +++ b/Sinvo.EplanHpD.Plugin.WPFUI/Models/MotorPowerModel.cs @@ -24,7 +24,7 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI.Models /// /// 电机型号 /// - [ExcelColumn(Name = "功率")] + [ExcelColumn(Name = "电机功率数值")] public int MotorPower { get; set; } } }