|
|
@@ -21,6 +21,8 @@ public class ImportRoomFee {
|
|
|
|
|
|
private String roomId;
|
|
|
|
|
|
+ private String communityId;
|
|
|
+
|
|
|
|
|
|
public String getFloorNum() {
|
|
|
return floorNum;
|
|
|
@@ -85,4 +87,12 @@ public class ImportRoomFee {
|
|
|
public void setRoomId(String roomId) {
|
|
|
this.roomId = roomId;
|
|
|
}
|
|
|
+
|
|
|
+ public String getCommunityId() {
|
|
|
+ return communityId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCommunityId(String communityId) {
|
|
|
+ this.communityId = communityId;
|
|
|
+ }
|
|
|
}
|