package com.kuanzhai.driver.bean;
|
|
public class UserInfoBean {
|
|
/**
|
* id : 1
|
* addTime : 1585622874000
|
* avatar : https://mian-ju-mi-liao.obs.cn-east-3.myhuaweicloud.com/admin/9072e14affa240aea83d2f12a7d4c6a8.jpg
|
* nickname : 噢A喔
|
* isGoddess : 2
|
* authType : 2
|
* vipTime : 1586225885000
|
* isVip : 1
|
* state : 1
|
* occupationOneId : 1
|
* occupationTwoId : 1
|
* provinceId : 1
|
* birthday : 1995-09-27
|
* balance : 0
|
* isLogout : 1
|
* isComplete : 2
|
* isChat : 2
|
* isInteract : 2
|
* isSystem : 2
|
* isVoice : 2info
|
* isShake : 2
|
* payMoney : 0
|
* isPay : 1
|
* isActive : 1
|
* constellation : 天蝎座
|
* isMachine : 1
|
*/
|
private boolean isRegister;
|
private String phone;
|
private int sex = -1; //性别 1=男 2=女 ,
|
private int userId = -1;
|
private int id = -1;
|
private long addTime;
|
private String avatar="";
|
private String nickname;
|
private String brand;
|
private String licensePlate;
|
private String orderNum;
|
private double score;
|
private double balance;
|
private String carColor;
|
private String name;
|
private double businessMoney;
|
private String driveCardImgUrl;
|
private String driverContactAddress;
|
private String getDriverLicenseDate;
|
private String idCard;
|
private String idCardImgUrl1;
|
private String idCardImgUrl2;
|
private String networkCarlssueImg;
|
private String placeOfEmployment;
|
private String taxiAptitudeCard;
|
private String type;
|
private String placeOfPractice;
|
private String driverContactAddress_;
|
private double laveBusinessMoney;
|
|
public double getLaveBusinessMoney() {
|
return laveBusinessMoney;
|
}
|
|
public void setLaveBusinessMoney(double laveBusinessMoney) {
|
this.laveBusinessMoney = laveBusinessMoney;
|
}
|
|
public String getPlaceOfPractice() {
|
return placeOfPractice;
|
}
|
|
public void setPlaceOfPractice(String placeOfPractice) {
|
this.placeOfPractice = placeOfPractice;
|
}
|
|
public String getDriverContactAddress_() {
|
return driverContactAddress_;
|
}
|
|
public void setDriverContactAddress_(String driverContactAddress_) {
|
this.driverContactAddress_ = driverContactAddress_;
|
}
|
|
public String getDriverContactAddress() {
|
return driverContactAddress;
|
}
|
|
public void setDriverContactAddress(String driverContactAddress) {
|
this.driverContactAddress = driverContactAddress;
|
}
|
|
public String getGetDriverLicenseDate() {
|
return getDriverLicenseDate;
|
}
|
|
public void setGetDriverLicenseDate(String getDriverLicenseDate) {
|
this.getDriverLicenseDate = getDriverLicenseDate;
|
}
|
|
public String getIdCard() {
|
return idCard;
|
}
|
|
public void setIdCard(String idCard) {
|
this.idCard = idCard;
|
}
|
|
public String getIdCardImgUrl1() {
|
return idCardImgUrl1;
|
}
|
|
public void setIdCardImgUrl1(String idCardImgUrl1) {
|
this.idCardImgUrl1 = idCardImgUrl1;
|
}
|
|
public String getIdCardImgUrl2() {
|
return idCardImgUrl2;
|
}
|
|
public void setIdCardImgUrl2(String idCardImgUrl2) {
|
this.idCardImgUrl2 = idCardImgUrl2;
|
}
|
|
public String getNetworkCarlssueImg() {
|
return networkCarlssueImg;
|
}
|
|
public void setNetworkCarlssueImg(String networkCarlssueImg) {
|
this.networkCarlssueImg = networkCarlssueImg;
|
}
|
|
public String getPlaceOfEmployment() {
|
return placeOfEmployment;
|
}
|
|
public void setPlaceOfEmployment(String placeOfEmployment) {
|
this.placeOfEmployment = placeOfEmployment;
|
}
|
|
public String getTaxiAptitudeCard() {
|
return taxiAptitudeCard;
|
}
|
|
public void setTaxiAptitudeCard(String taxiAptitudeCard) {
|
this.taxiAptitudeCard = taxiAptitudeCard;
|
}
|
|
public String getType() {
|
return type;
|
}
|
|
public void setType(String type) {
|
this.type = type;
|
}
|
|
public String getDriveCardImgUrl() {
|
return driveCardImgUrl;
|
}
|
|
public void setDriveCardImgUrl(String driveCardImgUrl) {
|
this.driveCardImgUrl = driveCardImgUrl;
|
}
|
|
public double getBusinessMoney() {
|
return businessMoney;
|
}
|
|
public void setBusinessMoney(double businessMoney) {
|
this.businessMoney = businessMoney;
|
}
|
|
public String getName() {
|
return name;
|
}
|
|
public void setName(String name) {
|
this.name = name;
|
}
|
|
public String getCarColor() {
|
return carColor;
|
}
|
|
public void setCarColor(String carColor) {
|
this.carColor = carColor;
|
}
|
|
public double getBalance() {
|
return balance;
|
}
|
|
public void setBalance(double balance) {
|
this.balance = balance;
|
}
|
|
public double getScore() {
|
return score;
|
}
|
|
public void setScore(double score) {
|
this.score = score;
|
}
|
|
public String getOrderNum() {
|
return orderNum;
|
}
|
|
public void setOrderNum(String orderNum) {
|
this.orderNum = orderNum;
|
}
|
|
public String getLicensePlate() {
|
return licensePlate;
|
}
|
|
public void setLicensePlate(String licensePlate) {
|
this.licensePlate = licensePlate;
|
}
|
|
public String getBrand() {
|
return brand;
|
}
|
|
public void setBrand(String brand) {
|
this.brand = brand;
|
}
|
|
public boolean isRegister() {
|
return isRegister;
|
}
|
|
public void setRegister(boolean register) {
|
isRegister = register;
|
}
|
|
public String getPhone() {
|
return phone;
|
}
|
|
public void setPhone(String phone) {
|
this.phone = phone;
|
}
|
|
public int getSex() {
|
return sex;
|
}
|
|
public void setSex(int sex) {
|
this.sex = sex;
|
}
|
|
public int getUserId() {
|
return userId;
|
}
|
|
public void setUserId(int userId) {
|
this.userId = userId;
|
}
|
|
public int getId() {
|
return id;
|
}
|
|
public void setId(int id) {
|
this.id = id;
|
}
|
|
public long getAddTime() {
|
return addTime;
|
}
|
|
public void setAddTime(long addTime) {
|
this.addTime = addTime;
|
}
|
|
public String getAvatar() {
|
return avatar;
|
}
|
|
public void setAvatar(String avatar) {
|
this.avatar = avatar;
|
}
|
|
public String getNickname() {
|
return nickname;
|
}
|
|
public void setNickname(String nickname) {
|
this.nickname = nickname;
|
}
|
}
|