| | |
| | | */ |
| | | @TableField("percentageDeduction") |
| | | private Double percentageDeduction; |
| | | /** |
| | | * 打表计费扣除 |
| | | */ |
| | | @TableField("meterPrintingFee") |
| | | private Double meterPrintingFee; |
| | | |
| | | public Double getFixedDeduction() { |
| | | return fixedDeduction; |
| | |
| | | public void setInsertTime(Date insertTime) { |
| | | this.insertTime = insertTime; |
| | | } |
| | | |
| | | |
| | | public Double getMeterPrintingFee() { |
| | | return meterPrintingFee; |
| | | } |
| | | |
| | | public void setMeterPrintingFee(Double meterPrintingFee) { |
| | | this.meterPrintingFee = meterPrintingFee; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "Company{" + |