| | |
| | | public static final String PAYER_OBJ_TYPE_CAR = "6666";//是车位 |
| | | public static final String PAYER_OBJ_TYPE_RENTING = "9999";//房源ID |
| | | |
| | | public static final String FEE_FLAG_ONCE = "2006012"; |
| | | public static final String FEE_FLAG_CYCLE = "1003006"; |
| | | public static final String FEE_FLAG_ONCE = "2006012";//一次性费用 |
| | | public static final String FEE_FLAG_CYCLE = "1003006";//周期性费用 |
| | | public static final String REDIS_PAY_OWE_FEE = "PAY_OWE_FEE_"; |
| | | |
| | | private String amount; |
| | |
| | | //查询出的数量 |
| | | private int count; |
| | | |
| | | private String carTypeCd; |
| | | private String cycle; |
| | | private double feeTotalPrice; |
| | | |
| | | public String getAmount() { |
| | | return amount; |
| | |
| | | public void setMwPrice(String mwPrice) { |
| | | this.mwPrice = mwPrice; |
| | | } |
| | | |
| | | public String getCarTypeCd() { |
| | | return carTypeCd; |
| | | } |
| | | |
| | | public void setCarTypeCd(String carTypeCd) { |
| | | this.carTypeCd = carTypeCd; |
| | | } |
| | | |
| | | public String getCycle() { |
| | | return cycle; |
| | | } |
| | | |
| | | public void setCycle(String cycle) { |
| | | this.cycle = cycle; |
| | | } |
| | | |
| | | public double getFeeTotalPrice() { |
| | | return feeTotalPrice; |
| | | } |
| | | |
| | | public void setFeeTotalPrice(double feeTotalPrice) { |
| | | this.feeTotalPrice = feeTotalPrice; |
| | | } |
| | | } |