| | |
| | | public static final String FEE_FLAG_CYCLE_ONCE = "4012024";//间接性费用 |
| | | public static final String REDIS_PAY_OWE_FEE = "PAY_OWE_FEE_"; |
| | | public static final String REDIS_PAY_TEMP_CAR_FEE = "PAY_TEMP_CAR_FEE_"; |
| | | public static final String REDIS_PAY_TEMP_CAR_FEE_COMMUNITY = "REDIS_PAY_TEMP_CAR_FEE_COMMUNITY_"; |
| | | |
| | | private String amount; |
| | | private String incomeObjId; |
| | |
| | | |
| | | private String offlinePayFeeSwitch; |
| | | |
| | | private String deductFrom = "Y"; |
| | | private String deductFrom; |
| | | |
| | | private String rateCycle; |
| | | |
| | |
| | | public void setPayerObjId(String payerObjId) { |
| | | this.payerObjId = payerObjId; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |