| | |
| | | * 添加时间 |
| | | */ |
| | | private Date createTime; |
| | | /** |
| | | * 分公司名称 |
| | | */ |
| | | private String branchOfficeName; |
| | | /** |
| | | * 经营业务 1司机代驾 |
| | | */ |
| | | private Integer operatingBusiness; |
| | | |
| | | public String getBranchOfficeName() { |
| | | return branchOfficeName; |
| | | } |
| | | |
| | | public void setBranchOfficeName(String branchOfficeName) { |
| | | this.branchOfficeName = branchOfficeName; |
| | | } |
| | | |
| | | public Integer getOperatingBusiness() { |
| | | return operatingBusiness; |
| | | } |
| | | |
| | | public void setOperatingBusiness(Integer operatingBusiness) { |
| | | this.operatingBusiness = operatingBusiness; |
| | | } |
| | | |
| | | public Integer getId() { |
| | | return id; |