|
@@ -150,6 +150,22 @@ public class Account {
|
|
|
this.createUserId = createUserId;
|
|
|
}
|
|
|
|
|
|
+ public String getAuthorizerAppId() {
|
|
|
+ return authorizerAppId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAuthorizerAppId(String authorizerAppId) {
|
|
|
+ this.authorizerAppId = authorizerAppId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAuthorizerAccessToken() {
|
|
|
+ return authorizerAccessToken;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAuthorizerAccessToken(String authorizerAccessToken) {
|
|
|
+ this.authorizerAccessToken = authorizerAccessToken;
|
|
|
+ }
|
|
|
+
|
|
|
public Integer getFansNum() {
|
|
|
return fansNum;
|
|
|
}
|