java110-bean/src/main/java/com/java110/entity/assetImport/ImportRoomFee.java
@@ -23,6 +23,9 @@ private String communityId; private String cycle; private String remark; public String getFloorNum() { return floorNum; @@ -95,4 +98,20 @@ public void setCommunityId(String communityId) { this.communityId = communityId; } public String getCycle() { return cycle; } public void setCycle(String cycle) { this.cycle = cycle; } public String getRemark() { return remark; } public void setRemark(String remark) { this.remark = remark; } }