Your Name
2023-01-29 7e0e9094784094f199d51e26c43b1504e77c6e72
java110-bean/src/main/java/com/java110/dto/feeManualCollection/FeeManualCollectionDto.java
old mode 100644 new mode 100755
@@ -24,6 +24,7 @@
    private String roomArea;
    private String remark;
    private String state;
    private String stateName;
    private String ownerId;
    private String communityId;
    private String collectionId;
@@ -34,6 +35,8 @@
    private Date createTime;
    private String statusCd = "0";
    private String totalFee;
    public String getSquarePrice() {
@@ -140,4 +143,20 @@
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
    public String getStateName() {
        return stateName;
    }
    public void setStateName(String stateName) {
        this.stateName = stateName;
    }
    public String getTotalFee() {
        return totalFee;
    }
    public void setTotalFee(String totalFee) {
        this.totalFee = totalFee;
    }
}