1.河北国网上送1.8 1.9文档需求更新

2.技术监督功能提交
This commit is contained in:
cdf
2024-04-09 11:46:21 +08:00
parent bc57172710
commit 90de9184d4
5 changed files with 144 additions and 5 deletions

View File

@@ -222,8 +222,70 @@ public class SupvReportM {
*/
private Integer powerTotalReformNum;
/**
*电容器组本年计划监督数量
*/
private Integer capacitorYearSupvNum;
/**
*电容器组本月监督数量
*/
private Integer capacitorMonthSupvNum;
/**
*电容器组累计监督数量
*/
private Integer capacitorTotalSupvNum;
/**
*电容器组本月问题数量
*/
private Integer capacitorMonthQuesNum;
/**
*电容器组累计问题数量
*/
private Integer capacitorTotalQuesNum;
/**
*电容器组本月整改问题数量
*/
private Integer capacitorMonthReformNum;
/**
*电容器组累计整改问题数量
*/
private Integer capacitorTotalReformNum;
/**
*评估报告本年计划监督数量
*/
private Integer appraisalReportYearSupvNum;
/**
*评估报告本月监督数量
*/
private Integer appraisalReportMonthSupvNum;
/**
*评估报告累计监督数量
*/
private Integer appraisalReportTotalSupvNum;
/**
*评估报告本月问题数量
*/
private Integer appraisalReportMonthQuesNum;
/**
*评估报告累计问题数量
*/
private Integer appraisalReportTotalQuesNum;
/**
*评估报告本月整改问题数量
*/
private Integer appraisalReportMonthReformNum;
/**
*评估报告累计整改问题数量
*/
private Integer appraisalReportTotalReformNum;
private Integer isUploadHead;
/**
* 各类型本年监督数量
*/