Commit 32f052f8 authored by chenzhao's avatar chenzhao

修改代码

parent 57583781
package com.yeejoin.amos.api.householdapi.face.orm.houseapi.entity.tdeingine; package com.yeejoin.amos.api.householdapi.face.orm.houseapi.entity.tdeingine;
import com.alibaba.excel.annotation.ExcelIgnore;
import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data; import lombok.Data;
...@@ -40,5 +41,6 @@ public class TdHYGFInverterTotalGenerate implements Serializable { ...@@ -40,5 +41,6 @@ public class TdHYGFInverterTotalGenerate implements Serializable {
*/ */
private Double fullhour; private Double fullhour;
private Double income; private Double income;
private String name;
} }
...@@ -183,5 +183,7 @@ public class TdHYGFInverterDayGenerate implements Serializable { ...@@ -183,5 +183,7 @@ public class TdHYGFInverterDayGenerate implements Serializable {
private Double income; private Double income;
@ExcelIgnore @ExcelIgnore
private Double fullhour; private Double fullhour;
@ExcelIgnore
private String name;
} }
...@@ -18,6 +18,8 @@ public class TdHYGFInverterMonthGenerate implements Serializable { ...@@ -18,6 +18,8 @@ public class TdHYGFInverterMonthGenerate implements Serializable {
*/ */
@ExcelIgnore @ExcelIgnore
private Long createdTime; private Long createdTime;
@ExcelIgnore
private String name;
/** /**
* 第三方场站id * 第三方场站id
*/ */
......
package com.yeejoin.amos.boot.module.hygf.api.entity; package com.yeejoin.amos.boot.module.hygf.api.entity;
import com.alibaba.excel.annotation.ExcelIgnore;
import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data; import lombok.Data;
...@@ -19,6 +20,8 @@ public class TdHYGFInverterTotalGenerate implements Serializable { ...@@ -19,6 +20,8 @@ public class TdHYGFInverterTotalGenerate implements Serializable {
* 第三方场站id * 第三方场站id
*/ */
private String thirdStationId; private String thirdStationId;
@ExcelIgnore
private String name;
/** /**
* sncode * sncode
*/ */
......
...@@ -18,6 +18,8 @@ public class TdHYGFInverterYearGenerate implements Serializable { ...@@ -18,6 +18,8 @@ public class TdHYGFInverterYearGenerate implements Serializable {
*/ */
@ExcelIgnore @ExcelIgnore
private Long createdTime; private Long createdTime;
@ExcelIgnore
private String name;
/** /**
* 第三方场站id * 第三方场站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