java110
2022-03-15 08e418ef3183857f0000006638dafe558988d118
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;
    }
}