删除母线信息

This commit is contained in:
huangzj
2023-03-23 15:05:15 +08:00
parent 49744fdf85
commit d9f4958b52
2 changed files with 30 additions and 6 deletions

View File

@@ -38,8 +38,8 @@ public class SurveyPlanExcel implements Serializable {
@Excel(name = "变电站数量", width = 15)
private Long subCount;
@Excel(name = "母线数量", width = 15)
private Long busCount;
// @Excel(name = "母线数量", width = 15)
// private Long busCount;
@Excel(name = "计划状态", width = 15)
private String status;