| | |
| | | public static final String CONFIG_ID_GOODS = "930000000000000000";//商品费用项 |
| | | |
| | | public static final String COMPUTING_FORMULA_TEMP_CAR = "9999"; |
| | | public static final String COMPUTING_FORMULA_RANT_RATE = "1102"; // 租金递增 |
| | | public static final String COMPUTING_FORMULA_DYNAMIC = "4004"; // 租金递增 |
| | | |
| | | public static final String PAYMENT_CD_PRE = "1200"; |
| | | public static final String PAYMENT_CD_AFTER = "2100"; |
| | |
| | | |
| | | private String statusCd = "0"; |
| | | private String computingFormulaText; |
| | | |
| | | private String deductFrom = "Y"; |
| | | |
| | | private double amount; |
| | | |
| | |
| | | public void setAmount(double amount) { |
| | | this.amount = amount; |
| | | } |
| | | |
| | | public String getDeductFrom() { return deductFrom; } |
| | | |
| | | public void setDeductFrom(String deductFrom) { this.deductFrom = deductFrom; } |
| | | } |