class字段

This commit is contained in:
2023-02-22 20:45:54 +08:00
parent d518ce3d19
commit 7a6fffbf21
13 changed files with 32 additions and 31 deletions

View File

@@ -19,7 +19,7 @@ public class WoPowerLevelExcel {
@Excel(name = "ID")
private Long id;
@Excel(name = "功率等级名称,(现场人员手动录入)")
private Integer powerClass;
private String powerClass;
@Excel(name = "pmpp_low,(现场人员手动录入)")
private Float pmppLow;
@Excel(name = "pmpp_high,(现场人员手动录入)")