| | |
| | | import com.doumee.dao.business.model.Bookings; |
| | | import com.doumee.dao.business.vo.RoomStatisticsVo; |
| | | import com.doumee.dao.system.dto.UserStatisticsDTO; |
| | | import com.doumee.dao.system.vo.UserResponse; |
| | | import com.doumee.dao.system.vo.UserStatisticsVo; |
| | | import com.doumee.dao.web.request.BookingsRequest; |
| | | import com.doumee.dao.web.request.MeetingPageRequest; |
| | | import com.doumee.dao.web.request.UserPageRequest; |
| | | import com.doumee.dao.web.response.DateTimeResourceDate; |
| | | import com.doumee.dao.web.response.MeetingDetailResponse; |
| | | import com.doumee.dao.web.response.MeetingListResponse; |
| | |
| | | MeetingDetailResponse getMeetingDetail(Integer id); |
| | | |
| | | /** |
| | | * 根据日期和会议室主键查询占用信息 |
| | | * @param bean |
| | | * @return |
| | | */ |
| | | MeetingDetailResponse getMeetingDetailByDate(Bookings bean); |
| | | /** |
| | | * 获取会议二维码 |
| | | * @param id |
| | | * @param userId |
| | |
| | | PageData<UserStatisticsVo> getUserStatistics(PageWrap<UserStatisticsDTO> pageWrap); |
| | | |
| | | void sendBookingsNotice(); |
| | | |
| | | IPage<UserResponse> getUserPage(PageWrap<UserPageRequest> pageWrap); |
| | | } |