Commit 270c3f61 authored by 朱晨阳's avatar 朱晨阳

逆变器报表导出时添加逆变器名称

parent 8ca23553
......@@ -22,6 +22,9 @@ public class TdHYGFInverterDayGenerate implements Serializable {
@ExcelProperty("时间")
private String createdTimeStr;
@ExcelProperty("逆变器名称")
private String name;
/**
* 第三方场站id
*/
......@@ -183,7 +186,6 @@ public class TdHYGFInverterDayGenerate implements Serializable {
private Double income;
@ExcelIgnore
private Double fullhour;
@ExcelIgnore
private String name;
}
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