java110
2023-03-29 0b04f664887c73e90bf684a4e69c0fdbfe26349d
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;
    }
}