变压器策略,bug修改
This commit is contained in:
@@ -20,9 +20,11 @@ public class PqsTransformerParam implements Serializable {
|
||||
private String tfIndex;
|
||||
|
||||
@ApiModelProperty(name ="upNode",value = "上节点",required = true)
|
||||
@NotBlank(message = "变压器台账上节点不能为空")
|
||||
private String upNode;
|
||||
|
||||
@ApiModelProperty(name ="downNode",value = "下节点",required = true)
|
||||
@NotBlank(message = "变压器台下节点不能为空")
|
||||
private String downNode;
|
||||
|
||||
@Data
|
||||
|
||||
Reference in New Issue
Block a user