Commit 66f50370 authored by tangwei's avatar tangwei

增加所属电站信息

parent 70dc4643
......@@ -13,4 +13,12 @@ public class HYGFJPDayPower implements Serializable {
private String hour;
private String yearMonthDay;
private Double power;
private String stationName; //名称
private String regionalCompaniesCode; //区域公司code
private String amosCompanyCode; //经销商code
}
......@@ -23,4 +23,8 @@ public class HYGFJPInverterWarn implements Serializable {
private String state;
private String warnId;
private String handlerStatus;
private String stationName; //名称
private String regionalCompaniesCode; //区域公司code
private String amosCompanyCode; //经销商code
}
......@@ -14,4 +14,8 @@ public class HYGFJPStationPowerHistory implements Serializable {
private long time;
private String thirdStationId;
private String thirdCode;
private String stationName; //名称
private String regionalCompaniesCode; //区域公司code
private String amosCompanyCode; //经销商code
}
......@@ -143,5 +143,11 @@ public class TdHYGFInverterDayGenerate implements Serializable {
private Double income;
private Double fullhour;
private String name;
private String stationName; //名称
private String regionalCompaniesCode; //区域公司code
private String amosCompanyCode; //经销商code
}
......@@ -41,5 +41,10 @@ public class TdHYGFInverterMonthGenerate implements Serializable {
private Double fullhour;
private Double income;
private String name;
private String stationName; //名称
private String regionalCompaniesCode; //区域公司code
private String amosCompanyCode; //经销商code
}
......@@ -42,5 +42,11 @@ public class TdHYGFInverterTotalGenerate implements Serializable {
private Double fullhour;
private Double income;
private String name;
private String stationName; //名称
private String regionalCompaniesCode; //区域公司code
private String amosCompanyCode; //经销商code
}
......@@ -42,5 +42,10 @@ public class TdHYGFInverterYearGenerate implements Serializable {
private Double income;
private String name;
private String stationName; //名称
private String regionalCompaniesCode; //区域公司code
private String amosCompanyCode; //经销商code
}
......@@ -39,5 +39,10 @@ public class TdHYGFStationDayGenerate implements Serializable {
* 收益
*/
private Double income;
private String stationName; //名称
private String regionalCompaniesCode; //区域公司code
private String amosCompanyCode; //经销商code
}
......@@ -39,5 +39,10 @@ public class TdHYGFStationMonthGenerate implements Serializable {
* 收益
*/
private Double income;
private String stationName; //名称
private String regionalCompaniesCode; //区域公司code
private String amosCompanyCode; //经销商code
}
......@@ -39,5 +39,10 @@ public class TdHYGFStationYearGenerate implements Serializable {
* 收益
*/
private Double income;
private String stationName; //名称
private String regionalCompaniesCode; //区域公司code
private String amosCompanyCode; //经销商code
}
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