Commit 549ae5f6 authored by liugaoling's avatar liugaoling

add disk

parent 73f4e5e2
......@@ -13,4 +13,20 @@ public class CloudamDisk {
this.type = type;
this.size = size;
}
public String getType() {
return type;
}
public void setType(String type) {
this.type = type;
}
public int getSize() {
return size;
}
public void setSize(int size) {
this.size = size;
}
}
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