Commit 188da24e authored by xuepeng.chang's avatar xuepeng.chang

fix

parent e8d9a873
...@@ -16,5 +16,5 @@ public class LoginBean extends AuthBean { ...@@ -16,5 +16,5 @@ public class LoginBean extends AuthBean {
/** /**
* 是否首次注册新用户 * 是否首次注册新用户
*/ */
private boolean register = false; private Boolean register = false;
} }
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