| | |
| | | public static final String BILL_TYPE_EVERY = "004";// 实时 |
| | | public static final String BILL_TYPE_ONCE_MONTH = "005";// 一次性按月 |
| | | |
| | | public static final String DEFAULT_FEE_CONFIG = "T"; |
| | | |
| | | |
| | | private String feeTypeCd; |
| | | private String computingFormula; |
| | |
| | | private String feeName; |
| | | private String startTime; |
| | | private String endTime; |
| | | private String curTime; |
| | | private String communityId; |
| | | private String feeTypeCdName; |
| | | private String feeFlagName; |
| | |
| | | public void setPaymentCycle(String paymentCycle) { |
| | | this.paymentCycle = paymentCycle; |
| | | } |
| | | |
| | | public String getCurTime() { |
| | | return curTime; |
| | | } |
| | | |
| | | public void setCurTime(String curTime) { |
| | | this.curTime = curTime; |
| | | } |
| | | } |