提交 3718c43a 编写于 作者: O o2sword

用户信息增加国际化语言字段2

上级 4cbf8c38
......@@ -857,4 +857,12 @@ public class Person extends SliceJpaObject {
public void setMpwxopenId(String mpwxopenId) {
this.mpwxopenId = mpwxopenId;
}
public String getLanguage() {
return language;
}
public void setLanguage(String language) {
this.language = language;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册