package com.hotent.runtime.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.hotent.runtime.model.MeetingRoomAppointment; /** * *
 
 * 描述:会议室预约 DAO接口
 * 构建组:x7
 * 作者:dengyg
 * 邮箱:dengyg@jee-soft.cn
 * 日期:2018-08-10 15:11:20
 * 版权:广州宏天软件有限公司
 * 
*/ public interface MeetingRoomAppointmentDao extends BaseMapper { }