Commit 3118e3fc authored by 朱晨阳's avatar 朱晨阳

逆变器SN添加excel忽略注解

parent 60159a3d
...@@ -87,6 +87,7 @@ public class JpStationDto extends BaseDto { ...@@ -87,6 +87,7 @@ public class JpStationDto extends BaseDto {
@ExcelIgnore @ExcelIgnore
@ApiModelProperty(value = "第三方厂商标识") @ApiModelProperty(value = "第三方厂商标识")
private String thirdCode; private String thirdCode;
@ExcelIgnore
@ApiModelProperty(value = "逆变器SN") @ApiModelProperty(value = "逆变器SN")
private String nbqSnCode; private String nbqSnCode;
/** /**
......
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