| | |
| | | private Integer promotion; |
| | | |
| | | |
| | | private String promotionUser; |
| | | |
| | | private String promotionPhone; |
| | | |
| | | |
| | | /** |
| | | * 乘客反馈情况 |
| | |
| | | |
| | | private Integer responsibilityType; |
| | | |
| | | public String getPromotionUser() { |
| | | return promotionUser; |
| | | } |
| | | |
| | | public void setPromotionUser(String promotionUser) { |
| | | this.promotionUser = promotionUser; |
| | | } |
| | | |
| | | public String getPromotionPhone() { |
| | | return promotionPhone; |
| | | } |
| | | |
| | | public void setPromotionPhone(String promotionPhone) { |
| | | this.promotionPhone = promotionPhone; |
| | | } |
| | | |
| | | public Integer getResponsibilityType() { |
| | | return responsibilityType; |
| | | } |