pv终端台账

This commit is contained in:
2022-07-20 09:11:34 +08:00
parent 2a619ec235
commit b3e70554d1
15 changed files with 200 additions and 111 deletions

View File

@@ -52,12 +52,7 @@ public class PvVoltageParam implements Serializable {
@NotBlank(message = "电压等级不可为空")
private String scale;
/**
* 母线模型0虚拟母线1实际母线默认是实际母线
*/
@ApiModelProperty(value = "母线模型0虚拟母线1实际母线默认是实际母线",required = true)
@NotNull(message = "母线模型不可为空")
private Integer model;
@Data
@EqualsAndHashCode(callSuper = true)

View File

@@ -43,10 +43,7 @@ public class PvVoltage {
*/
private String scale;
/**
* 母线模型0虚拟母线1实际母线默认是实际母线
*/
private Integer model;
}