old mode 100644
new mode 100755
| | |
| | | private String configId; |
| | | |
| | | private String squarePrice; |
| | | private String mwPrice; |
| | | private String additionalAmount; |
| | | private String additionalAmountText; |
| | | private String state; |
| | | private String stateName; |
| | | private String feeFlag; |
| | |
| | | private String storeId; |
| | | private String storeName; |
| | | private String storeTypeCd; |
| | | |
| | | private String roomSubType; |
| | | private String roomRent; |
| | | private String roomArea; |
| | | |
| | | |
| | | |
| | | |
| | | public String getAmount() { |
| | |
| | | public void setStoreTypeCd(String storeTypeCd) { |
| | | this.storeTypeCd = storeTypeCd; |
| | | } |
| | | |
| | | public String getAdditionalAmountText() { |
| | | return additionalAmountText; |
| | | } |
| | | |
| | | public void setAdditionalAmountText(String additionalAmountText) { |
| | | this.additionalAmountText = additionalAmountText; |
| | | } |
| | | |
| | | public String getMwPrice() { |
| | | return mwPrice; |
| | | } |
| | | |
| | | public void setMwPrice(String mwPrice) { |
| | | this.mwPrice = mwPrice; |
| | | } |
| | | |
| | | public String getRoomSubType() { |
| | | return roomSubType; |
| | | } |
| | | |
| | | public void setRoomSubType(String roomSubType) { |
| | | this.roomSubType = roomSubType; |
| | | } |
| | | |
| | | public String getRoomRent() { |
| | | return roomRent; |
| | | } |
| | | |
| | | public void setRoomRent(String roomRent) { |
| | | this.roomRent = roomRent; |
| | | } |
| | | |
| | | public String getRoomArea() { |
| | | return roomArea; |
| | | } |
| | | |
| | | public void setRoomArea(String roomArea) { |
| | | this.roomArea = roomArea; |
| | | } |
| | | } |