| | |
| | | private String roomId; |
| | | private String roomNum; |
| | | private String carNum; |
| | | private String contractCode; |
| | | private String payerObjType; |
| | | private String ownerName; |
| | | |
| | | private String objCount; |
| | | private String normalCount; |
| | |
| | | private int oweDay; |
| | | private String deadlineTime; |
| | | |
| | | private String curMaxTime; |
| | | private String importFeeName; |
| | | |
| | | private String oId; |
| | | |
| | | //支付方式 |
| | | private String primeRate; |
| | |
| | | public void setVacantHousingReduction(String vacantHousingReduction) { |
| | | this.vacantHousingReduction = vacantHousingReduction; |
| | | } |
| | | |
| | | public String getContractCode() { |
| | | return contractCode; |
| | | } |
| | | |
| | | public void setContractCode(String contractCode) { |
| | | this.contractCode = contractCode; |
| | | } |
| | | |
| | | public String getOwnerName() { |
| | | return ownerName; |
| | | } |
| | | |
| | | public void setOwnerName(String ownerName) { |
| | | this.ownerName = ownerName; |
| | | } |
| | | |
| | | public String getoId() { |
| | | return oId; |
| | | } |
| | | |
| | | public void setoId(String oId) { |
| | | this.oId = oId; |
| | | } |
| | | |
| | | public String getCurMaxTime() { |
| | | return curMaxTime; |
| | | } |
| | | |
| | | public void setCurMaxTime(String curMaxTime) { |
| | | this.curMaxTime = curMaxTime; |
| | | } |
| | | } |