1.审计用户消息和邮件推送

2.国网上送母线,变电站,主配网监测点统计,典型源荷统计等算法调整
3.国网上送定时任务调整
This commit is contained in:
wr
2024-03-12 14:52:35 +08:00
parent 93f86feb33
commit df07c79ac8
38 changed files with 571 additions and 73 deletions

View File

@@ -153,6 +153,9 @@ public class PqTypicalSourceCreatePO {
@TableField("interferenceSourceCount")
private Integer interferenceSourceCount;
/**
* 计算日期
*/
private String computeDate;
}

View File

@@ -130,5 +130,9 @@ public class RUploadEvaluationDataD {
*/
private Integer uploadStatus;
/**
* 计算日期
*/
private String computeDate;
}

View File

@@ -130,4 +130,8 @@ public class RUploadPointStatisticalDataD {
* 上送状态(0:未上送 1:已上送)
*/
private Integer uploadStatus;
/**
* 计算日期
*/
private String computeDate;
}

View File

@@ -109,10 +109,13 @@ public class RUploadSubstationStatisticalDataD {
@MppMultiId
private String statisticalType;
private String statisticalMonth;
/**
* 上送状态(0:未上送 1:已上送)
*/
private Integer uploadStatus;
/**
* 计算日期
*/
private String computeDate;
}