java110
2021-09-03 cddcf22a61489ee9c2dfee169d817ccd66f95430
java110-bean/src/main/java/com/java110/dto/report/ReportFeeDto.java
@@ -92,6 +92,10 @@
    private String storeName;
    private String storeTypeCd;
    private String roomSubType;
    private String roomRent;
    private String roomArea;
@@ -510,4 +514,28 @@
    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;
    }
}