电能质量问题监测点超标新增需求

This commit is contained in:
hzj
2024-04-09 10:18:14 +08:00
parent 580f55c3d5
commit 696973d43e
5 changed files with 74 additions and 27 deletions

View File

@@ -24,9 +24,9 @@ public class SurveyPlanQuestionQueryParm {
@NotNull(message="单位ID不能为空")
private String orgNo;
@ApiModelProperty(value="计划开始时间")
@ApiModelProperty(value="普测结果上传时间")
@JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
@NotNull(message="计划开始时间不能为空!")
@NotNull(message="普测结果上传时间不能为空!")
private Date planStartTime;
@ApiModelProperty(value="计划名称")

View File

@@ -29,6 +29,9 @@ public class RGeneralSurveyPlanDetailOnQuestionVO {
*/
@ApiModelProperty(value="变电站电压等级")
private String voltageLevel;
@ApiModelProperty(value="变电站电压等级")
private String voltageLevelName;
/**
* 变电站ID
*/