|
|
@@ -1,206 +0,0 @@
|
|
|
-/**
|
|
|
- * Copyright 2018 bejson.com
|
|
|
- */
|
|
|
-package com.sheep.gamegroup.model.entity;
|
|
|
-
|
|
|
-
|
|
|
-import java.io.Serializable;
|
|
|
-
|
|
|
-/**
|
|
|
- * Auto-generated: 2018-03-26 11:24:11
|
|
|
- *
|
|
|
- * @author bejson.com (i@bejson.com)
|
|
|
- * @website http://www.bejson.com/java2pojo/
|
|
|
- */
|
|
|
-public class UserInfoEntity implements Serializable {
|
|
|
-
|
|
|
- private int id;
|
|
|
- private String mobile;
|
|
|
- private String nickname;
|
|
|
- private double balance;
|
|
|
- private String invitation_code;
|
|
|
- private String parent_code;
|
|
|
- private double total_asset;
|
|
|
- private long last_login_time;
|
|
|
- private long create_time;
|
|
|
- private long update_time;
|
|
|
- private String avatar;
|
|
|
- private String access_token;
|
|
|
- private String refresh_token;
|
|
|
- private String open_id;
|
|
|
- private String real_name;
|
|
|
- private String id_number;
|
|
|
- private String bank_card;
|
|
|
- private int total_withdraw;
|
|
|
- private String wx_openid;
|
|
|
- private String wx_nickname;
|
|
|
- private String share_link;
|
|
|
-
|
|
|
- public int getId() {
|
|
|
- return id;
|
|
|
- }
|
|
|
-
|
|
|
- public void setId(int id) {
|
|
|
- this.id = id;
|
|
|
- }
|
|
|
-
|
|
|
- public String getMobile() {
|
|
|
- return mobile;
|
|
|
- }
|
|
|
-
|
|
|
- public void setMobile(String mobile) {
|
|
|
- this.mobile = mobile;
|
|
|
- }
|
|
|
-
|
|
|
- public String getNickname() {
|
|
|
- return nickname;
|
|
|
- }
|
|
|
-
|
|
|
- public void setNickname(String nickname) {
|
|
|
- this.nickname = nickname;
|
|
|
- }
|
|
|
-
|
|
|
- public double getBalance() {
|
|
|
- return balance;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBalance(double balance) {
|
|
|
- this.balance = balance;
|
|
|
- }
|
|
|
-
|
|
|
- public String getInvitation_code() {
|
|
|
- return invitation_code;
|
|
|
- }
|
|
|
-
|
|
|
- public void setInvitation_code(String invitation_code) {
|
|
|
- this.invitation_code = invitation_code;
|
|
|
- }
|
|
|
-
|
|
|
- public String getParent_code() {
|
|
|
- return parent_code;
|
|
|
- }
|
|
|
-
|
|
|
- public void setParent_code(String parent_code) {
|
|
|
- this.parent_code = parent_code;
|
|
|
- }
|
|
|
-
|
|
|
- public double getTotal_asset() {
|
|
|
- return total_asset;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTotal_asset(double total_asset) {
|
|
|
- this.total_asset = total_asset;
|
|
|
- }
|
|
|
-
|
|
|
- public long getLast_login_time() {
|
|
|
- return last_login_time;
|
|
|
- }
|
|
|
-
|
|
|
- public void setLast_login_time(long last_login_time) {
|
|
|
- this.last_login_time = last_login_time;
|
|
|
- }
|
|
|
-
|
|
|
- public long getCreate_time() {
|
|
|
- return create_time;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCreate_time(long create_time) {
|
|
|
- this.create_time = create_time;
|
|
|
- }
|
|
|
-
|
|
|
- public long getUpdate_time() {
|
|
|
- return update_time;
|
|
|
- }
|
|
|
-
|
|
|
- public void setUpdate_time(long update_time) {
|
|
|
- this.update_time = update_time;
|
|
|
- }
|
|
|
-
|
|
|
- public String getAvatar() {
|
|
|
- return avatar;
|
|
|
- }
|
|
|
-
|
|
|
- public void setAvatar(String avatar) {
|
|
|
- this.avatar = avatar;
|
|
|
- }
|
|
|
-
|
|
|
- public String getAccess_token() {
|
|
|
- return access_token;
|
|
|
- }
|
|
|
-
|
|
|
- public void setAccess_token(String access_token) {
|
|
|
- this.access_token = access_token;
|
|
|
- }
|
|
|
-
|
|
|
- public String getRefresh_token() {
|
|
|
- return refresh_token;
|
|
|
- }
|
|
|
-
|
|
|
- public void setRefresh_token(String refresh_token) {
|
|
|
- this.refresh_token = refresh_token;
|
|
|
- }
|
|
|
-
|
|
|
- public String getOpen_id() {
|
|
|
- return open_id;
|
|
|
- }
|
|
|
-
|
|
|
- public void setOpen_id(String open_id) {
|
|
|
- this.open_id = open_id;
|
|
|
- }
|
|
|
-
|
|
|
- public String getReal_name() {
|
|
|
- return real_name;
|
|
|
- }
|
|
|
-
|
|
|
- public void setReal_name(String real_name) {
|
|
|
- this.real_name = real_name;
|
|
|
- }
|
|
|
-
|
|
|
- public String getId_number() {
|
|
|
- return id_number;
|
|
|
- }
|
|
|
-
|
|
|
- public void setId_number(String id_number) {
|
|
|
- this.id_number = id_number;
|
|
|
- }
|
|
|
-
|
|
|
- public String getBank_card() {
|
|
|
- return bank_card;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBank_card(String bank_card) {
|
|
|
- this.bank_card = bank_card;
|
|
|
- }
|
|
|
-
|
|
|
- public int getTotal_withdraw() {
|
|
|
- return total_withdraw;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTotal_withdraw(int total_withdraw) {
|
|
|
- this.total_withdraw = total_withdraw;
|
|
|
- }
|
|
|
-
|
|
|
- public String getWx_openid() {
|
|
|
- return wx_openid;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWx_openid(String wx_openid) {
|
|
|
- this.wx_openid = wx_openid;
|
|
|
- }
|
|
|
-
|
|
|
- public String getWx_nickname() {
|
|
|
- return wx_nickname;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWx_nickname(String wx_nickname) {
|
|
|
- this.wx_nickname = wx_nickname;
|
|
|
- }
|
|
|
-
|
|
|
- public String getShare_link() {
|
|
|
- return share_link;
|
|
|
- }
|
|
|
-
|
|
|
- public void setShare_link(String share_link) {
|
|
|
- this.share_link = share_link;
|
|
|
- }
|
|
|
-}
|