电能质量问题

This commit is contained in:
1771838663@qq.com
2022-11-22 14:53:44 +08:00
parent 94bb5ebb6f
commit 0b89050fdc
6 changed files with 104 additions and 5 deletions

View File

@@ -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不可为空")

View File

@@ -22,7 +22,6 @@ public class RMpOnlineMonitorOverproofProblem implements Serializable {
/**
* 电能质量问题编号
*/
@TableId(value = "power_quality_problem_no", type = IdType.AUTO)
private String powerQualityProblemNo;
/**