chengf
2026-01-30 b8bf2507bc7b23c90bc6dc71ea2460e277d3800a
java110-bean/src/main/java/com/java110/dto/importData/ImportOwnerRoomDto.java
@@ -50,6 +50,26 @@
    private String isEvChargerInstalled;
    private String householdPoliceStation;
    private String propertyFeeMonth;
    private String monthlyUnitPrice;
    public String getPropertyFeeMonth() {
        return propertyFeeMonth;
    }
    public void setPropertyFeeMonth(String propertyFeeMonth) {
        this.propertyFeeMonth = propertyFeeMonth;
    }
    public String getMonthlyUnitPrice() {
        return monthlyUnitPrice;
    }
    public void setMonthlyUnitPrice(String monthlyUnitPrice) {
        this.monthlyUnitPrice = monthlyUnitPrice;
    }
    public String getDoorRoomNum() {
        return doorRoomNum;
    }