| | |
| | | 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 promotionUser; |
| | | |
| | | private String promotionPhone; |
| | | |
| | | private String travelId; |
| | | |
| | | |
| | | public String getPromotionUser() { |
| | |
| | | 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{" + |