| | |
| | | @ApiModelProperty(value = "司机手机号") |
| | | private String driverPhone; |
| | | |
| | | @ApiModelProperty(value = "分公司id") |
| | | private Integer branchOfficeId; |
| | | |
| | | @ApiModelProperty(value = "代理商id") |
| | | private Integer agentId; |
| | | |
| | | public Integer getBranchOfficeId() { |
| | | return branchOfficeId; |
| | | } |
| | | |
| | | public void setBranchOfficeId(Integer branchOfficeId) { |
| | | this.branchOfficeId = branchOfficeId; |
| | | } |
| | | |
| | | public Integer getAgentId() { |
| | | return agentId; |
| | | } |
| | | |
| | | public void setAgentId(Integer agentId) { |
| | | this.agentId = agentId; |
| | | } |
| | | |
| | | public String getCode() { |
| | | return code; |
| | | } |