| | |
| | | */ |
| | | private Integer isCharter; |
| | | /** |
| | | * 是否经营顺风车(1=是,2=否) |
| | | */ |
| | | private Integer isHitchRide; |
| | | /** |
| | | * 是否经营代驾(1=是,2=否) |
| | | */ |
| | | private Integer isSubstituteDriving; |
| | | /** |
| | | * 快车提成方式(1=比例,2=固定) |
| | | */ |
| | | private Integer isSpeFixedOrProportional; |
| | |
| | | * 中台企业编号 |
| | | */ |
| | | private String enterCode; |
| | | /** |
| | | * 中台新增标识(0=否,1=是) |
| | | */ |
| | | private Integer enterNew; |
| | | |
| | | private Integer version; |
| | | |
| | |
| | | OnCall = onCall; |
| | | } |
| | | |
| | | public Integer getEnterNew() { |
| | | return enterNew; |
| | | } |
| | | |
| | | public void setEnterNew(Integer enterNew) { |
| | | this.enterNew = enterNew; |
| | | } |
| | | |
| | | public Integer getIsHitchRide() { |
| | | return isHitchRide; |
| | | } |
| | | |
| | | public void setIsHitchRide(Integer isHitchRide) { |
| | | this.isHitchRide = isHitchRide; |
| | | } |
| | | |
| | | public Integer getIsSubstituteDriving() { |
| | | return isSubstituteDriving; |
| | | } |
| | | |
| | | public void setIsSubstituteDriving(Integer isSubstituteDriving) { |
| | | this.isSubstituteDriving = isSubstituteDriving; |
| | | } |
| | | |
| | | @Override |
| | | protected Serializable pkVal() { |
| | | return this.id; |