Commit fe66644f authored by neo's avatar neo

[bugfix] fix id setter and getter

parent 99130e49
...@@ -21,7 +21,7 @@ public class OrgBasicDto { ...@@ -21,7 +21,7 @@ public class OrgBasicDto {
return id; return id;
} }
public void setId(String id) { public void setId(String id) {
id = id; this.id = id;
} }
public String getName() { public String getName() {
return name; return name;
......
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