1.审计用户消息和邮件推送
2.国网上送母线,变电站,主配网监测点统计,典型源荷统计等算法调整 3.国网上送定时任务调整
This commit is contained in:
@@ -153,6 +153,9 @@ public class PqTypicalSourceCreatePO {
|
||||
@TableField("interferenceSourceCount")
|
||||
private Integer interferenceSourceCount;
|
||||
|
||||
|
||||
/**
|
||||
* 计算日期
|
||||
*/
|
||||
private String computeDate;
|
||||
|
||||
}
|
||||
@@ -130,5 +130,9 @@ public class RUploadEvaluationDataD {
|
||||
*/
|
||||
private Integer uploadStatus;
|
||||
|
||||
/**
|
||||
* 计算日期
|
||||
*/
|
||||
private String computeDate;
|
||||
|
||||
}
|
||||
|
||||
@@ -130,4 +130,8 @@ public class RUploadPointStatisticalDataD {
|
||||
* 上送状态(0:未上送 1:已上送)
|
||||
*/
|
||||
private Integer uploadStatus;
|
||||
/**
|
||||
* 计算日期
|
||||
*/
|
||||
private String computeDate;
|
||||
}
|
||||
|
||||
@@ -109,10 +109,13 @@ public class RUploadSubstationStatisticalDataD {
|
||||
@MppMultiId
|
||||
private String statisticalType;
|
||||
|
||||
private String statisticalMonth;
|
||||
|
||||
/**
|
||||
* 上送状态(0:未上送 1:已上送)
|
||||
*/
|
||||
private Integer uploadStatus;
|
||||
/**
|
||||
* 计算日期
|
||||
*/
|
||||
private String computeDate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user