105040 Fix 字段对应

This commit is contained in:
lihanbo 2025-03-29 11:38:58 +08:00
parent d9845c16f0
commit 9d1d9f4fab
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI.Models
/// <summary>
/// 电机型号
/// </summary>
[ExcelColumn(Name = "功率")]
[ExcelColumn(Name = "电机功率数值")]
public int MotorPower { get; set; }
}
}