| | |
| | | public static final String FEE_TYPE_CD_METER = "888800010015";//水费 |
| | | public static final String FEE_TYPE_CD_GAS = "888800010009";//煤气 |
| | | public static final String FEE_TYPE_CD_SYSTEM = "888800010000";//系统 |
| | | public static final String FEE_TYPE_CD_PARKING = "888800010008";//系统 |
| | | |
| | | public static final String CONFIG_ID_RENTING = "920000000000000000";//租赁费用项 |
| | | public static final String CONFIG_ID_GOODS = "930000000000000000";//商品费用项 |
| | | |
| | | public static final String COMPUTING_FORMULA_TEMP_CAR = "9999"; |
| | | |
| | | public static final String PAYMENT_CD_PRE = "1200"; |
| | | public static final String PAYMENT_CD_AFTER = "2100"; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | private String statusCd = "0"; |
| | | private String computingFormulaText; |
| | | |
| | | private double amount; |
| | | |
| | | |
| | | public String getFeeTypeCd() { |
| | |
| | | public void setFeeNameEq(String feeNameEq) { |
| | | this.feeNameEq = feeNameEq; |
| | | } |
| | | |
| | | public double getAmount() { |
| | | return amount; |
| | | } |
| | | |
| | | public void setAmount(double amount) { |
| | | this.amount = amount; |
| | | } |
| | | } |