1098226878
2021-09-13 3f1dc57d57ef0ceafcc59cd5ce34ff90cfe6d146
java110-bean/src/main/java/com/java110/dto/report/ReportRoomDto.java
old mode 100644 new mode 100755
@@ -37,6 +37,7 @@
    private String state;
    private String stateName;
    private String unitNum;
    private String roomType;
    public String getFeeCoefficient() {
        return feeCoefficient;
@@ -229,4 +230,12 @@
    public void setUnitNum(String unitNum) {
        this.unitNum = unitNum;
    }
    public String getRoomType() {
        return roomType;
    }
    public void setRoomType(String roomType) {
        this.roomType = roomType;
    }
}