| | |
| | | */ |
| | | private String certificationImg; |
| | | |
| | | private Integer bindDriverId; |
| | | |
| | | private Date bindDate; |
| | | |
| | | private Date bindExpireDate; |
| | | |
| | | public Date getBindDate() { |
| | | return bindDate; |
| | | } |
| | | |
| | | public void setBindDate(Date bindDate) { |
| | | this.bindDate = bindDate; |
| | | } |
| | | |
| | | public Date getBindExpireDate() { |
| | | return bindExpireDate; |
| | | } |
| | | |
| | | public void setBindExpireDate(Date bindExpireDate) { |
| | | this.bindExpireDate = bindExpireDate; |
| | | } |
| | | |
| | | public Integer getBindDriverId() { |
| | | return bindDriverId; |
| | | } |
| | | |
| | | public void setBindDriverId(Integer bindDriverId) { |
| | | this.bindDriverId = bindDriverId; |
| | | } |
| | | |
| | | public Integer getId() { |
| | | return id; |