电能质量问题
This commit is contained in:
@@ -20,9 +20,9 @@ public class GeneralSurveyParam extends IssuesParam {
|
||||
@NotNull(message = "变电站ID不可为空")
|
||||
private String substationId;
|
||||
|
||||
@ApiModelProperty(name = "busBarId",value = "母线ID")
|
||||
@ApiModelProperty(name = "busbarId",value = "母线ID")
|
||||
@NotNull(message = "母线ID不可为空")
|
||||
private String busBarId;
|
||||
private String busbarId;
|
||||
|
||||
@ApiModelProperty(name = "measurementPointId",value = "监测点ID")
|
||||
@NotNull(message = "监测点ID不可为空")
|
||||
|
||||
@@ -22,7 +22,6 @@ public class RMpOnlineMonitorOverproofProblem implements Serializable {
|
||||
/**
|
||||
* 电能质量问题编号
|
||||
*/
|
||||
@TableId(value = "power_quality_problem_no", type = IdType.AUTO)
|
||||
private String powerQualityProblemNo;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user