old mode 100644
new mode 100755
| | |
| | | private String roomArea; |
| | | private String remark; |
| | | private String state; |
| | | private String stateName; |
| | | private String ownerId; |
| | | private String communityId; |
| | | private String collectionId; |
| | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | private String totalFee; |
| | | |
| | | |
| | | public String getSquarePrice() { |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getStateName() { |
| | | return stateName; |
| | | } |
| | | |
| | | public void setStateName(String stateName) { |
| | | this.stateName = stateName; |
| | | } |
| | | |
| | | public String getTotalFee() { |
| | | return totalFee; |
| | | } |
| | | |
| | | public void setTotalFee(String totalFee) { |
| | | this.totalFee = totalFee; |
| | | } |
| | | } |