|
@@ -133,156 +133,5 @@ public class UserInfo extends BaseBusinessEntity{
|
|
@ApiModelProperty(value = "驾校班型Id")
|
|
@ApiModelProperty(value = "驾校班型Id")
|
|
private Long schoolClassTypeId;
|
|
private Long schoolClassTypeId;
|
|
|
|
|
|
- public void setId(Long id){
|
|
|
|
- this.id = id;
|
|
|
|
- }
|
|
|
|
|
|
|
|
- public Long getId(){
|
|
|
|
- return id;
|
|
|
|
- }
|
|
|
|
- public void setInscode(String inscode){
|
|
|
|
- this.inscode = inscode;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getInscode(){
|
|
|
|
- return inscode;
|
|
|
|
- }
|
|
|
|
- public void setName(String name){
|
|
|
|
- this.name = name;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getName(){
|
|
|
|
- return name;
|
|
|
|
- }
|
|
|
|
- public void setSex(Long sex){
|
|
|
|
- this.sex = sex;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Long getSex(){
|
|
|
|
- return sex;
|
|
|
|
- }
|
|
|
|
- public void setCardtype(Long cardtype){
|
|
|
|
- this.cardtype = cardtype;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Long getCardtype(){
|
|
|
|
- return cardtype;
|
|
|
|
- }
|
|
|
|
- public void setIdcard(String idcard){
|
|
|
|
- this.idcard = idcard;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getIdcard(){
|
|
|
|
- return idcard;
|
|
|
|
- }
|
|
|
|
- public void setBirthday(Date birthday){
|
|
|
|
- this.birthday = birthday;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Date getBirthday(){
|
|
|
|
- return birthday;
|
|
|
|
- }
|
|
|
|
- public void setPhone(String phone){
|
|
|
|
- this.phone = phone;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getPhone(){
|
|
|
|
- return phone;
|
|
|
|
- }
|
|
|
|
- public void setPassword(String password){
|
|
|
|
- this.password = password;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getPassword(){
|
|
|
|
- return password;
|
|
|
|
- }
|
|
|
|
- public void setWechar(String wechar){
|
|
|
|
- this.wechar = wechar;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getWechar(){
|
|
|
|
- return wechar;
|
|
|
|
- }
|
|
|
|
- public void setOpenid(String openid){
|
|
|
|
- this.openid = openid;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getOpenid(){
|
|
|
|
- return openid;
|
|
|
|
- }
|
|
|
|
- public void setBusitype(String busitype){
|
|
|
|
- this.busitype = busitype;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getBusitype(){
|
|
|
|
- return busitype;
|
|
|
|
- }
|
|
|
|
- public void setPerdritype(String perdritype){
|
|
|
|
- this.perdritype = perdritype;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getPerdritype(){
|
|
|
|
- return perdritype;
|
|
|
|
- }
|
|
|
|
- public void setTraintype(String traintype){
|
|
|
|
- this.traintype = traintype;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getTraintype(){
|
|
|
|
- return traintype;
|
|
|
|
- }
|
|
|
|
- public void setCoachnum(String coachnum){
|
|
|
|
- this.coachnum = coachnum;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getCoachnum(){
|
|
|
|
- return coachnum;
|
|
|
|
- }
|
|
|
|
- public void setStatus(Integer status){
|
|
|
|
- this.status = status;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Integer getStatus(){
|
|
|
|
- return status;
|
|
|
|
- }
|
|
|
|
- public void setPhoto(Long photo){
|
|
|
|
- this.photo = photo;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Long getPhoto(){
|
|
|
|
- return photo;
|
|
|
|
- }
|
|
|
|
- public void setSchoolClassTypeId(Long schoolClassTypeId){
|
|
|
|
- this.schoolClassTypeId = schoolClassTypeId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Long getSchoolClassTypeId(){
|
|
|
|
- return schoolClassTypeId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Override
|
|
|
|
- public String toString() {
|
|
|
|
- return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
|
|
|
|
- .append("id", getId())
|
|
|
|
- .append("inscode", getInscode())
|
|
|
|
- .append("name", getName())
|
|
|
|
- .append("sex", getSex())
|
|
|
|
- .append("cardtype", getCardtype())
|
|
|
|
- .append("idcard", getIdcard())
|
|
|
|
- .append("birthday", getBirthday())
|
|
|
|
- .append("phone", getPhone())
|
|
|
|
- .append("password", getPassword())
|
|
|
|
- .append("wechar", getWechar())
|
|
|
|
- .append("openid", getOpenid())
|
|
|
|
- .append("busitype", getBusitype())
|
|
|
|
- .append("perdritype", getPerdritype())
|
|
|
|
- .append("traintype", getTraintype())
|
|
|
|
- .append("createTime", getCreateTime())
|
|
|
|
- .append("updateTime", getUpdateTime())
|
|
|
|
- .append("coachnum", getCoachnum())
|
|
|
|
- .append("status", getStatus())
|
|
|
|
- .append("photo", getPhoto())
|
|
|
|
- .append("schoolClassTypeId", getSchoolClassTypeId())
|
|
|
|
- .toString();
|
|
|
|
- }
|
|
|
|
}
|
|
}
|