1.代码调整

This commit is contained in:
wr
2023-11-24 15:02:35 +08:00
parent e73aeabf46
commit 71ed4ffe12
7 changed files with 157 additions and 48 deletions

View File

@@ -21,8 +21,6 @@ public class DistributionAreaExcel implements Serializable {
private static final long serialVersionUID = 1L;
@ExcelProperty(value = "错误信息")
private String errorMessage;
/**
* 台区编号
@@ -54,5 +52,7 @@ public class DistributionAreaExcel implements Serializable {
@ExcelProperty(value = "供电所")
private String powerSupply;
@ExcelProperty(value = "无数据的指标")
private String types;
}