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