| | |
| | | */ |
| | | private Integer phone; |
| | | |
| | | /** |
| | | * 分组id |
| | | */ |
| | | private Integer sectionalization_id; |
| | | |
| | | |
| | | /** |
| | | * 状态 |
| | | */ |
| | | private String status; |
| | | |
| | | @TableField(exist = false) |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | : this.getUser_email().equals(other.getUser_email())) |
| | | && (this.getPassword() == null ? other.getPassword() == null |
| | | : this.getPassword().equals(other.getPassword())) |
| | | && (this.getPhone() == null ? other.getPhone() == null : this.getPhone().equals(other.getPhone())); |
| | | && (this.getPhone() == null ? other.getPhone() == null : this.getPhone().equals(other.getPhone())) |
| | | && (this.getSectionalization_id() == null ? other.getSectionalization_id() == null : this.getSectionalization_id().equals(other.getSectionalization_id())) |
| | | && (this.getStatus() == null ? other.getStatus() == null : this.getStatus().equals(other.getStatus())) |
| | | ; |
| | | } |
| | | |
| | | @Override |
| | |
| | | result = prime * result + ((getUser_email() == null) ? 0 : getUser_email().hashCode()); |
| | | result = prime * result + ((getPassword() == null) ? 0 : getPassword().hashCode()); |
| | | result = prime * result + ((getPhone() == null) ? 0 : getPhone().hashCode()); |
| | | result = prime * result + ((getSectionalization_id() == null) ? 0 : getSectionalization_id().hashCode()); |
| | | result = prime * result + ((getStatus() == null) ? 0 : getStatus().hashCode()); |
| | | return result; |
| | | } |
| | | |
| | |
| | | sb.append(", user_email=").append(user_email); |
| | | sb.append(", password=").append(password); |
| | | sb.append(", phone=").append(phone); |
| | | sb.append(", sectionalization_id=").append(sectionalization_id); |
| | | sb.append(", status=").append(status); |
| | | sb.append(", serialVersionUID=").append(serialVersionUID); |
| | | sb.append("]"); |
| | | return sb.toString(); |