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;
@@ -28,6 +29,7 @@
    private String roomState;
    private String personType;
    private String address;
    private String personRole;
    private String concactPerson;
    private String concactLink;
@@ -48,6 +50,34 @@
    private String propertyCertificateNo;
    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;
@@ -238,6 +268,14 @@
        return userId;
    }
    public String getAddress() {
        return address;
    }
    public void setAddress(String address) {
        this.address = address;
    }
    public void setUserId(String userId) {
        this.userId = userId;
    }