| | |
| | | import com.baomidou.mybatisplus.annotations.TableId; |
| | | import com.baomidou.mybatisplus.annotations.TableName; |
| | | import com.baomidou.mybatisplus.enums.IdType; |
| | | import com.stylefeng.guns.modular.system.model.BaseBean; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | |
| | | |
| | | private String splitAllocation; |
| | | |
| | | |
| | | private Integer promotion; |
| | | // 推广应的金额 |
| | | private BigDecimal promotionMoney; |
| | | |
| | |
| | | private Integer promotionDriverId; |
| | | |
| | | private String voice; |
| | | |
| | | |
| | | private Date voiceTime; |
| | | |
| | | private String promotionUser; |
| | | |
| | | private String promotionPhone; |
| | | |
| | | private String travelId; |
| | | |
| | | |
| | | 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 getPromotion() { |
| | | return promotion; |
| | | } |
| | | |
| | | public void setPromotion(Integer promotion) { |
| | | this.promotion = promotion; |
| | | } |
| | | |
| | | public Date getVoiceTime() { |
| | | return voiceTime; |
| | | } |
| | | |
| | | public void setVoiceTime(Date voiceTime) { |
| | | this.voiceTime = voiceTime; |
| | | } |
| | | |
| | | public String getVoice() { |
| | | return voice; |
| | |
| | | public void setSplitAllocation(String splitAllocation) { |
| | | this.splitAllocation = splitAllocation; |
| | | } |
| | | |
| | | |
| | | public String getTravelId() { |
| | | return travelId; |
| | | } |
| | | |
| | | public void setTravelId(String travelId) { |
| | | this.travelId = travelId; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "OrderTaxi{" + |