|
|
@@ -1,6 +1,7 @@
|
|
|
package org.jeecg.modules.rooms.Vo;
|
|
|
|
|
|
import lombok.Data;
|
|
|
+import org.jeecg.modules.business.entity.BusRoomBookingOrders;
|
|
|
import org.jeecg.modules.rooms.entity.CesRoomLayout;
|
|
|
import org.jeecg.modules.rooms.entity.CesRooms;
|
|
|
|
|
|
@@ -8,5 +9,6 @@ import org.jeecg.modules.rooms.entity.CesRooms;
|
|
|
public class FloorBuildingRoomVo {
|
|
|
private CesRooms roomInfo;
|
|
|
private CesRoomLayout layout;
|
|
|
+ private BusRoomBookingOrders bookingOrders;
|
|
|
|
|
|
}
|