| | |
| | | @TableField("state") |
| | | private Integer state; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 绑定的司机id |
| | | */ |
| | | @TableField("bindDriverId") |
| | | private Integer bindDriverId; |
| | | |
| | | /** |
| | | * 绑定司机有效期 |
| | | */ |
| | | |
| | | private Date bindExpireDate; |
| | | |
| | | public Integer getBindDriverId() { |
| | | return bindDriverId; |
| | | } |
| | | |
| | | public void setBindDriverId(Integer bindDriverId) { |
| | | this.bindDriverId = bindDriverId; |
| | | } |
| | | |
| | | public Date getBindExpireDate() { |
| | | return bindExpireDate; |
| | | } |
| | | |
| | | public void setBindExpireDate(Date bindExpireDate) { |
| | | this.bindExpireDate = bindExpireDate; |
| | | } |
| | | |
| | | public String getRegistIp() { |
| | | return registIp; |
| | | } |