Commit ae9a5f86 authored by 廖旭伟's avatar 廖旭伟

集成到4.0框架下

parent 26b3c42c
......@@ -335,6 +335,11 @@ public class UserEntity extends UserEntityExt implements IUser {
return this.siteIds;
}
@Override
public String getAreaCodes() {
return null;
}
public void setSiteIds(String siteIds) {
this.siteIds = siteIds;
}
......
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