| | |
| | | @TableField("pid") |
| | | private Integer pid; |
| | | |
| | | /** |
| | | * 是否异常订单 1否 2是 |
| | | */ |
| | | @TableField("abnormal") |
| | | private Integer abnormal; |
| | | |
| | | |
| | | /** |
| | | * 乘客反馈情况 |
| | | */ |
| | | @TableField("abnormalIntro") |
| | | private String abnormalIntro; |
| | | |
| | | /** |
| | | * 乘客反馈图片 |
| | | */ |
| | | @TableField("abnormalImg") |
| | | private String abnormalImg; |
| | | |
| | | private Integer totalPeopleNum; |
| | | /** |
| | | * 预估里程(米) |
| | |
| | | |
| | | private String splitAllocation; |
| | | |
| | | public Integer getAbnormal() { |
| | | return abnormal; |
| | | } |
| | | |
| | | public void setAbnormal(Integer abnormal) { |
| | | this.abnormal = abnormal; |
| | | } |
| | | |
| | | 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 Integer getSpellSuccess() { |
| | | return spellSuccess; |
| | | } |