old mode 100644
new mode 100755
| | |
| | | private String endTime; |
| | | private String ruleId; |
| | | private String communityId; |
| | | private String feeConfigId; |
| | | private String statusCd = "0"; |
| | | |
| | | public String getCarType() { |
| | | return carType; |
| | |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String getFeeConfigId() { |
| | | return feeConfigId; |
| | | } |
| | | |
| | | public void setFeeConfigId(String feeConfigId) { |
| | | this.feeConfigId = feeConfigId; |
| | | } |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | | } |
| | | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | } |