Commit f1125ef5 authored by chenzhao's avatar chenzhao

隐藏模板中 设备编码字段 后台生成

parent 511367af
...@@ -298,7 +298,7 @@ public class WaterResourceDto extends BaseDto { ...@@ -298,7 +298,7 @@ public class WaterResourceDto extends BaseDto {
@ApiModelProperty(value = "状态物联编码") @ApiModelProperty(value = "状态物联编码")
private String iotStatus; private String iotStatus;
//BUG 2920 管网压力字段冗余 //BUG 2920 管网压力字段冗余 2021-09-18 陈召
@ExcelIgnore @ExcelIgnore
@ApiModelProperty(value = "管网压力物联编码") @ApiModelProperty(value = "管网压力物联编码")
private String iotPipePressure; private String iotPipePressure;
...@@ -322,10 +322,10 @@ public class WaterResourceDto extends BaseDto { ...@@ -322,10 +322,10 @@ public class WaterResourceDto extends BaseDto {
private String equipCategoryName; private String equipCategoryName;
@ApiModelProperty("设施编码") @ApiModelProperty("设施编码")
@ExcelProperty(value = "设施编码", index = 45) @ExcelIgnore
private String equipCode; private String equipCode;
@ApiModelProperty("维保周期") @ApiModelProperty("维保周期")
@ExcelProperty(value = "维保周期(月)", index = 46) @ExcelProperty(value = "维保周期(月)", index = 45)
private String maintenancePeriod; private String maintenancePeriod;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment