| | |
| | | package com.yeshi.fanli.entity.admin;
|
| | |
|
| | | import java.io.Serializable;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.user.UserInfo;
|
| | |
|
| | | public class UserInfoAdmin implements Serializable {
|
| | |
|
| | | /**
|
| | | * |
| | | */
|
| | | private static final long serialVersionUID = 1L;
|
| | | |
| | | // 用户基本信息
|
| | | private UserInfo userInfo;
|
| | |
|
| | | // 未到账收益
|
| | | private String unaccountedMoney;
|
| | | // 历史总收益
|
| | | private String totalMoneyHistory;
|
| | | // 累计提现金额
|
| | | private double totalExtract;
|
| | |
|
| | | // 今日订单
|
| | | private long todayOrder;
|
| | | // 本月订单
|
| | | private long monthOrder;
|
| | | // 累计订单
|
| | | private long totalOrder;
|
| | | // 最近下单时间
|
| | | private long lastOrderTime;
|
| | |
|
| | | // 一级队员
|
| | | private long countLevelOne;
|
| | | // 二级队员
|
| | | private long countLevelTwo;
|
| | |
|
| | | // 浏览足迹
|
| | | private long countScanHistory;
|
| | | // 分享商品
|
| | | private long countUserShares;
|
| | |
|
| | | // 绑定支付包id
|
| | | private long accountBindId;
|
| | | // 支付宝
|
| | | private String accountAlipay;
|
| | | // 收款姓名
|
| | | private String accountName;
|
| | | // 累计转账-支付宝
|
| | | private double totalMoney;
|
| | |
|
| | | // 微信绑定id
|
| | | private long accountBindIdWX;
|
| | | /// 微信账号
|
| | | private String accountWX;
|
| | | // 微信收款姓名
|
| | | private String accountNameWX;
|
| | | // 累计转账-微信
|
| | | private double totalMoneyWX;
|
| | |
|
| | | private int wxUnionIdState; // 微信unionId状态
|
| | |
|
| | | private int taobaoUidState; // 淘宝ID状态
|
| | |
|
| | | private int phoneState; // 手机号状态
|
| | |
|
| | | private int alipayAccountState; // 支付宝账号状态
|
| | |
|
| | | public UserInfo getUserInfo() {
|
| | | return userInfo;
|
| | | }
|
| | |
|
| | | public void setUserInfo(UserInfo userInfo) {
|
| | | this.userInfo = userInfo;
|
| | | }
|
| | |
|
| | | public String getUnaccountedMoney() {
|
| | | return unaccountedMoney;
|
| | | }
|
| | |
|
| | | public void setUnaccountedMoney(String unaccountedMoney) {
|
| | | this.unaccountedMoney = unaccountedMoney;
|
| | | }
|
| | |
|
| | | public String getTotalMoneyHistory() {
|
| | | return totalMoneyHistory;
|
| | | }
|
| | |
|
| | | public void setTotalMoneyHistory(String totalMoneyHistory) {
|
| | | this.totalMoneyHistory = totalMoneyHistory;
|
| | | }
|
| | |
|
| | | public double getTotalExtract() {
|
| | | return totalExtract;
|
| | | }
|
| | |
|
| | | public void setTotalExtract(double totalExtract) {
|
| | | this.totalExtract = totalExtract;
|
| | | }
|
| | |
|
| | | public long getTodayOrder() {
|
| | | return todayOrder;
|
| | | }
|
| | |
|
| | | public void setTodayOrder(long todayOrder) {
|
| | | this.todayOrder = todayOrder;
|
| | | }
|
| | |
|
| | | public long getMonthOrder() {
|
| | | return monthOrder;
|
| | | }
|
| | |
|
| | | public void setMonthOrder(long monthOrder) {
|
| | | this.monthOrder = monthOrder;
|
| | | }
|
| | |
|
| | | public long getTotalOrder() {
|
| | | return totalOrder;
|
| | | }
|
| | |
|
| | | public void setTotalOrder(long totalOrder) {
|
| | | this.totalOrder = totalOrder;
|
| | | }
|
| | |
|
| | | public long getLastOrderTime() {
|
| | | return lastOrderTime;
|
| | | }
|
| | |
|
| | | public void setLastOrderTime(long lastOrderTime) {
|
| | | this.lastOrderTime = lastOrderTime;
|
| | | }
|
| | |
|
| | | public long getCountLevelOne() {
|
| | | return countLevelOne;
|
| | | }
|
| | |
|
| | | public void setCountLevelOne(long countLevelOne) {
|
| | | this.countLevelOne = countLevelOne;
|
| | | }
|
| | |
|
| | | public long getCountLevelTwo() {
|
| | | return countLevelTwo;
|
| | | }
|
| | |
|
| | | public void setCountLevelTwo(long countLevelTwo) {
|
| | | this.countLevelTwo = countLevelTwo;
|
| | | }
|
| | |
|
| | | public long getCountScanHistory() {
|
| | | return countScanHistory;
|
| | | }
|
| | |
|
| | | public void setCountScanHistory(long countScanHistory) {
|
| | | this.countScanHistory = countScanHistory;
|
| | | }
|
| | |
|
| | | public long getCountUserShares() {
|
| | | return countUserShares;
|
| | | }
|
| | |
|
| | | public void setCountUserShares(long countUserShares) {
|
| | | this.countUserShares = countUserShares;
|
| | | }
|
| | |
|
| | | public long getAccountBindId() {
|
| | | return accountBindId;
|
| | | }
|
| | |
|
| | | public void setAccountBindId(long accountBindId) {
|
| | | this.accountBindId = accountBindId;
|
| | | }
|
| | |
|
| | | public String getAccountAlipay() {
|
| | | return accountAlipay;
|
| | | }
|
| | |
|
| | | public void setAccountAlipay(String accountAlipay) {
|
| | | this.accountAlipay = accountAlipay;
|
| | | }
|
| | |
|
| | | public String getAccountName() {
|
| | | return accountName;
|
| | | }
|
| | |
|
| | | public void setAccountName(String accountName) {
|
| | | this.accountName = accountName;
|
| | | }
|
| | |
|
| | | public double getTotalMoney() {
|
| | | return totalMoney;
|
| | | }
|
| | |
|
| | | public void setTotalMoney(double totalMoney) {
|
| | | this.totalMoney = totalMoney;
|
| | | }
|
| | |
|
| | | public long getAccountBindIdWX() {
|
| | | return accountBindIdWX;
|
| | | }
|
| | |
|
| | | public void setAccountBindIdWX(long accountBindIdWX) {
|
| | | this.accountBindIdWX = accountBindIdWX;
|
| | | }
|
| | |
|
| | | public String getAccountWX() {
|
| | | return accountWX;
|
| | | }
|
| | |
|
| | | public void setAccountWX(String accountWX) {
|
| | | this.accountWX = accountWX;
|
| | | }
|
| | |
|
| | | public String getAccountNameWX() {
|
| | | return accountNameWX;
|
| | | }
|
| | |
|
| | | public void setAccountNameWX(String accountNameWX) {
|
| | | this.accountNameWX = accountNameWX;
|
| | | }
|
| | |
|
| | | public double getTotalMoneyWX() {
|
| | | return totalMoneyWX;
|
| | | }
|
| | |
|
| | | public void setTotalMoneyWX(double totalMoneyWX) {
|
| | | this.totalMoneyWX = totalMoneyWX;
|
| | | }
|
| | |
|
| | | public int getWxUnionIdState() {
|
| | | return wxUnionIdState;
|
| | | }
|
| | |
|
| | | public void setWxUnionIdState(int wxUnionIdState) {
|
| | | this.wxUnionIdState = wxUnionIdState;
|
| | | }
|
| | |
|
| | | public int getTaobaoUidState() {
|
| | | return taobaoUidState;
|
| | | }
|
| | |
|
| | | public void setTaobaoUidState(int taobaoUidState) {
|
| | | this.taobaoUidState = taobaoUidState;
|
| | | }
|
| | |
|
| | | public int getPhoneState() {
|
| | | return phoneState;
|
| | | }
|
| | |
|
| | | public void setPhoneState(int phoneState) {
|
| | | this.phoneState = phoneState;
|
| | | }
|
| | |
|
| | | public int getAlipayAccountState() {
|
| | | return alipayAccountState;
|
| | | }
|
| | |
|
| | | public void setAlipayAccountState(int alipayAccountState) {
|
| | | this.alipayAccountState = alipayAccountState;
|
| | | }
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.entity.admin; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | | import com.yeshi.fanli.entity.bus.user.UserInfo; |
| | | |
| | | public class UserInfoAdmin implements Serializable { |
| | | |
| | | /** |
| | | * |
| | | */ |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | // 用户基本信息 |
| | | private UserInfo userInfo; |
| | | |
| | | // 未到账收益 |
| | | private String unaccountedMoney; |
| | | // 历史总收益 |
| | | private String totalMoneyHistory; |
| | | // 累计提现金额 |
| | | private double totalExtract; |
| | | |
| | | // 今日订单 |
| | | private long todayOrder; |
| | | // 本月订单 |
| | | private long monthOrder; |
| | | // 累计订单 |
| | | private long totalOrder; |
| | | // 最近下单时间 |
| | | private long lastOrderTime; |
| | | |
| | | // 一级队员 |
| | | private long countLevelOne; |
| | | // 二级队员 |
| | | private long countLevelTwo; |
| | | |
| | | // 浏览足迹 |
| | | private long countScanHistory; |
| | | // 分享商品 |
| | | private long countUserShares; |
| | | |
| | | // 绑定支付包id |
| | | private long accountBindId; |
| | | // 支付宝 |
| | | private String accountAlipay; |
| | | // 收款姓名 |
| | | private String accountName; |
| | | // 累计转账-支付宝 |
| | | private double totalMoney; |
| | | |
| | | // 微信绑定id |
| | | private long accountBindIdWX; |
| | | /// 微信账号 |
| | | private String accountWX; |
| | | // 微信收款姓名 |
| | | private String accountNameWX; |
| | | // 累计转账-微信 |
| | | private double totalMoneyWX; |
| | | |
| | | private int wxUnionIdState; // 微信unionId状态 |
| | | |
| | | private int taobaoUidState; // 淘宝ID状态 |
| | | |
| | | private int phoneState; // 手机号状态 |
| | | |
| | | private int alipayAccountState; // 支付宝账号状态 |
| | | |
| | | public UserInfo getUserInfo() { |
| | | return userInfo; |
| | | } |
| | | |
| | | public void setUserInfo(UserInfo userInfo) { |
| | | this.userInfo = userInfo; |
| | | } |
| | | |
| | | public String getUnaccountedMoney() { |
| | | return unaccountedMoney; |
| | | } |
| | | |
| | | public void setUnaccountedMoney(String unaccountedMoney) { |
| | | this.unaccountedMoney = unaccountedMoney; |
| | | } |
| | | |
| | | public String getTotalMoneyHistory() { |
| | | return totalMoneyHistory; |
| | | } |
| | | |
| | | public void setTotalMoneyHistory(String totalMoneyHistory) { |
| | | this.totalMoneyHistory = totalMoneyHistory; |
| | | } |
| | | |
| | | public double getTotalExtract() { |
| | | return totalExtract; |
| | | } |
| | | |
| | | public void setTotalExtract(double totalExtract) { |
| | | this.totalExtract = totalExtract; |
| | | } |
| | | |
| | | public long getTodayOrder() { |
| | | return todayOrder; |
| | | } |
| | | |
| | | public void setTodayOrder(long todayOrder) { |
| | | this.todayOrder = todayOrder; |
| | | } |
| | | |
| | | public long getMonthOrder() { |
| | | return monthOrder; |
| | | } |
| | | |
| | | public void setMonthOrder(long monthOrder) { |
| | | this.monthOrder = monthOrder; |
| | | } |
| | | |
| | | public long getTotalOrder() { |
| | | return totalOrder; |
| | | } |
| | | |
| | | public void setTotalOrder(long totalOrder) { |
| | | this.totalOrder = totalOrder; |
| | | } |
| | | |
| | | public long getLastOrderTime() { |
| | | return lastOrderTime; |
| | | } |
| | | |
| | | public void setLastOrderTime(long lastOrderTime) { |
| | | this.lastOrderTime = lastOrderTime; |
| | | } |
| | | |
| | | public long getCountLevelOne() { |
| | | return countLevelOne; |
| | | } |
| | | |
| | | public void setCountLevelOne(long countLevelOne) { |
| | | this.countLevelOne = countLevelOne; |
| | | } |
| | | |
| | | public long getCountLevelTwo() { |
| | | return countLevelTwo; |
| | | } |
| | | |
| | | public void setCountLevelTwo(long countLevelTwo) { |
| | | this.countLevelTwo = countLevelTwo; |
| | | } |
| | | |
| | | public long getCountScanHistory() { |
| | | return countScanHistory; |
| | | } |
| | | |
| | | public void setCountScanHistory(long countScanHistory) { |
| | | this.countScanHistory = countScanHistory; |
| | | } |
| | | |
| | | public long getCountUserShares() { |
| | | return countUserShares; |
| | | } |
| | | |
| | | public void setCountUserShares(long countUserShares) { |
| | | this.countUserShares = countUserShares; |
| | | } |
| | | |
| | | public long getAccountBindId() { |
| | | return accountBindId; |
| | | } |
| | | |
| | | public void setAccountBindId(long accountBindId) { |
| | | this.accountBindId = accountBindId; |
| | | } |
| | | |
| | | public String getAccountAlipay() { |
| | | return accountAlipay; |
| | | } |
| | | |
| | | public void setAccountAlipay(String accountAlipay) { |
| | | this.accountAlipay = accountAlipay; |
| | | } |
| | | |
| | | public String getAccountName() { |
| | | return accountName; |
| | | } |
| | | |
| | | public void setAccountName(String accountName) { |
| | | this.accountName = accountName; |
| | | } |
| | | |
| | | public double getTotalMoney() { |
| | | return totalMoney; |
| | | } |
| | | |
| | | public void setTotalMoney(double totalMoney) { |
| | | this.totalMoney = totalMoney; |
| | | } |
| | | |
| | | public long getAccountBindIdWX() { |
| | | return accountBindIdWX; |
| | | } |
| | | |
| | | public void setAccountBindIdWX(long accountBindIdWX) { |
| | | this.accountBindIdWX = accountBindIdWX; |
| | | } |
| | | |
| | | public String getAccountWX() { |
| | | return accountWX; |
| | | } |
| | | |
| | | public void setAccountWX(String accountWX) { |
| | | this.accountWX = accountWX; |
| | | } |
| | | |
| | | public String getAccountNameWX() { |
| | | return accountNameWX; |
| | | } |
| | | |
| | | public void setAccountNameWX(String accountNameWX) { |
| | | this.accountNameWX = accountNameWX; |
| | | } |
| | | |
| | | public double getTotalMoneyWX() { |
| | | return totalMoneyWX; |
| | | } |
| | | |
| | | public void setTotalMoneyWX(double totalMoneyWX) { |
| | | this.totalMoneyWX = totalMoneyWX; |
| | | } |
| | | |
| | | public int getWxUnionIdState() { |
| | | return wxUnionIdState; |
| | | } |
| | | |
| | | public void setWxUnionIdState(int wxUnionIdState) { |
| | | this.wxUnionIdState = wxUnionIdState; |
| | | } |
| | | |
| | | public int getTaobaoUidState() { |
| | | return taobaoUidState; |
| | | } |
| | | |
| | | public void setTaobaoUidState(int taobaoUidState) { |
| | | this.taobaoUidState = taobaoUidState; |
| | | } |
| | | |
| | | public int getPhoneState() { |
| | | return phoneState; |
| | | } |
| | | |
| | | public void setPhoneState(int phoneState) { |
| | | this.phoneState = phoneState; |
| | | } |
| | | |
| | | public int getAlipayAccountState() { |
| | | return alipayAccountState; |
| | | } |
| | | |
| | | public void setAlipayAccountState(int alipayAccountState) { |
| | | this.alipayAccountState = alipayAccountState; |
| | | } |
| | | |
| | | } |