Commit c204b1f4 authored by 朱晨阳's avatar 朱晨阳

逆变器月报表和年报表添加逆变器名称字段

parent cd578bb0
......@@ -18,7 +18,7 @@ public class TdHYGFInverterMonthGenerate implements Serializable {
*/
@ExcelIgnore
private Long createdTime;
@ExcelIgnore
@ExcelProperty("逆变器名称")
private String name;
/**
* 第三方场站id
......
......@@ -18,7 +18,7 @@ public class TdHYGFInverterYearGenerate implements Serializable {
*/
@ExcelIgnore
private Long createdTime;
@ExcelIgnore
@ExcelProperty("逆变器名称")
private String name;
/**
* 第三方场站id
......
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