Commit e2422df5 authored by zhaochengming's avatar zhaochengming

赵呈明

parent 53b6c797
......@@ -33,7 +33,7 @@ public class OcpApiExtent {
@ApiModelProperty("所属集群")
private String clusterName;
@ApiModelProperty("所属命名空间")
private String 所属命名空间;
private String spaceName;
@ApiModelProperty("服务描述")
private String serviceDescription;
@ApiModelProperty("部署信息")
......@@ -96,11 +96,11 @@ public class OcpApiExtent {
}
public String get所属命名空间() {
return 所属命名空间;
return spaceName;
}
public void set所属命名空间(String 所属命名空间) {
this.所属命名空间 = 所属命名空间;
this.spaceName = spaceName;
}
public String getServiceDescription() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment