pv终端台账
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -43,10 +43,7 @@ public class PvVoltage {
|
||||
*/
|
||||
private String scale;
|
||||
|
||||
/**
|
||||
* 母线模型(0:虚拟母线;1:实际母线)默认是实际母线
|
||||
*/
|
||||
private Integer model;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user