jialh
1 天以前 dd6687b118561100e1677e88a9c2f5842a54c531
java110-bean/src/main/java/com/java110/dto/importData/ImportOwnerRoomDto.java
@@ -15,6 +15,7 @@
    private String roomSubType; // 房屋类型
    private String section;
    private String builtUpArea;
    private String remark;
    private String roomArea;
    private String roomRent;
    private String ownerName;
@@ -50,6 +51,34 @@
    private String isEvChargerInstalled;
    private String householdPoliceStation;
    private String propertyFeeMonth;
    private String monthlyUnitPrice;
    public String getRemark() {
        return remark;
    }
    public void setRemark(String remark) {
        this.remark = remark;
    }
    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;
    }