电能质量问题监测点超标新增需求
This commit is contained in:
@@ -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="计划名称")
|
||||
|
||||
@@ -29,6 +29,9 @@ public class RGeneralSurveyPlanDetailOnQuestionVO {
|
||||
*/
|
||||
@ApiModelProperty(value="变电站电压等级")
|
||||
private String voltageLevel;
|
||||
|
||||
@ApiModelProperty(value="变电站电压等级")
|
||||
private String voltageLevelName;
|
||||
/**
|
||||
* 变电站ID
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user