| | |
| | | */ |
| | | private Integer isCharter; |
| | | /** |
| | | * 是否经营接送机(1=是,2=否) |
| | | */ |
| | | private Integer isTransfer; |
| | | /** |
| | | * 专车提成方式(1=比例,2=固定) |
| | | */ |
| | | private Integer isSpeFixedOrProportional; |
| | |
| | | */ |
| | | private Integer isSameLogisticsFixedOrProportional; |
| | | /** |
| | | * 接送机提成方式(1=比例,2=固定) |
| | | */ |
| | | private Integer isTransferFixedOrProportional; |
| | | /** |
| | | * 专车提成数值 |
| | | */ |
| | | private BigDecimal speMoney; |
| | |
| | | * 同城物流 |
| | | */ |
| | | private BigDecimal sameLogisticsMoney; |
| | | /** |
| | | * 接送机提成数值 |
| | | */ |
| | | private BigDecimal transferMoney; |
| | | /** |
| | | * 是否需要摆渡车(1=是,2=否) |
| | | */ |
| | |
| | | //身份证反面 |
| | | private String idCardReverse; |
| | | |
| | | public Integer getIsTransfer() { |
| | | return isTransfer; |
| | | } |
| | | |
| | | public void setIsTransfer(Integer isTransfer) { |
| | | this.isTransfer = isTransfer; |
| | | } |
| | | |
| | | public Integer getIsTransferFixedOrProportional() { |
| | | return isTransferFixedOrProportional; |
| | | } |
| | | |
| | | public void setIsTransferFixedOrProportional(Integer isTransferFixedOrProportional) { |
| | | this.isTransferFixedOrProportional = isTransferFixedOrProportional; |
| | | } |
| | | |
| | | public BigDecimal getTransferMoney() { |
| | | return transferMoney; |
| | | } |
| | | |
| | | public void setTransferMoney(BigDecimal transferMoney) { |
| | | this.transferMoney = transferMoney; |
| | | } |
| | | |
| | | public String getIdCardPositive() { |
| | | return idCardPositive; |
| | | } |