| | |
| | | * 司机接单限制 |
| | | */ |
| | | private Double driverRestriction; |
| | | /** |
| | | * 打表计费扣除 |
| | | */ |
| | | private Double meterPrintingFee; |
| | | |
| | | public Double getFixedDeduction() { |
| | | return fixedDeduction; |
| | |
| | | public void setDetailAddress(String detailAddress) { |
| | | this.detailAddress = detailAddress; |
| | | } |
| | | |
| | | |
| | | public Double getMeterPrintingFee() { |
| | | return meterPrintingFee; |
| | | } |
| | | |
| | | public void setMeterPrintingFee(Double meterPrintingFee) { |
| | | this.meterPrintingFee = meterPrintingFee; |
| | | } |
| | | |
| | | @Override |
| | | protected Serializable pkVal() { |
| | | return this.id; |
| | |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "TCompany{" + |
| | | return "TWithdrawal{" + |
| | | "id=" + id + |
| | | ", isSpe=" + isSpe + |
| | | ", isTaxi=" + isTaxi + |