Commit 196572b0 authored by xiaozhe.chen's avatar xiaozhe.chen

添加修改手机号后台管理接口

parent 70f739d7
......@@ -31,10 +31,6 @@ public enum Role {
this.name = name;
}
public void setName(String name) {
this.name = name;
}
public String getName() {
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