| | |
| | | |
| | | private String time; |
| | | |
| | | |
| | | @ApiModelProperty("申诉按钮 1显示 0不显示") |
| | | private Integer appealButton=0; |
| | | |
| | | @ApiModelProperty("申诉状态 0未申诉 1申诉中") |
| | | private Integer appealStatus=0; |
| | | |
| | | |
| | | @ApiModelProperty("处理状态 1审核中 2已处理") |
| | | private Integer abnormalStatus; |
| | | @ApiModelProperty("处理结果") |
| | | private String abnormalRemark; |
| | | @ApiModelProperty("乘客反馈情况") |
| | | private String abnormalIntro; |
| | | @ApiModelProperty("乘客反馈情况图片") |
| | | private String abnormalImg; |
| | | @ApiModelProperty("1平台全责 2司机全责 3乘客全责 4平台部分 5司机部分") |
| | | private String responsibilityType; |
| | | |
| | | |
| | | public Integer getAbnormalStatus() { |
| | | return abnormalStatus; |
| | | } |
| | | |
| | | public void setAbnormalStatus(Integer abnormalStatus) { |
| | | this.abnormalStatus = abnormalStatus; |
| | | } |
| | | |
| | | public String getAbnormalRemark() { |
| | | return abnormalRemark; |
| | | } |
| | | |
| | | public void setAbnormalRemark(String abnormalRemark) { |
| | | this.abnormalRemark = abnormalRemark; |
| | | } |
| | | |
| | | public String getAbnormalIntro() { |
| | | return abnormalIntro; |
| | | } |
| | | |
| | | public void setAbnormalIntro(String abnormalIntro) { |
| | | this.abnormalIntro = abnormalIntro; |
| | | } |
| | | |
| | | public String getAbnormalImg() { |
| | | return abnormalImg; |
| | | } |
| | | |
| | | public void setAbnormalImg(String abnormalImg) { |
| | | this.abnormalImg = abnormalImg; |
| | | } |
| | | |
| | | public String getResponsibilityType() { |
| | | return responsibilityType; |
| | | } |
| | | |
| | | public void setResponsibilityType(String responsibilityType) { |
| | | this.responsibilityType = responsibilityType; |
| | | } |
| | | |
| | | public Integer getAppealStatus() { |
| | | return appealStatus; |
| | | } |
| | | |
| | | public void setAppealStatus(Integer appealStatus) { |
| | | this.appealStatus = appealStatus; |
| | | } |
| | | |
| | | public Integer getAppealButton() { |
| | | return appealButton; |
| | | } |
| | | |
| | | public void setAppealButton(Integer appealButton) { |
| | | this.appealButton = appealButton; |
| | | } |
| | | |
| | | public String getTime() { |
| | | return time; |
| | | } |