/**
 * Copyright &copy; 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
 */
package com.cku.oa.show.dao;

import com.thinkgem.jeesite.common.persistence.CrudDao;
import com.thinkgem.jeesite.common.persistence.annotation.MyBatisDao;
import com.cku.oa.show.entity.ShowHotel;

/**
 * 赛事酒店DAO接口
 * @author cxt
 * @version 2017-08-02
 */
@MyBatisDao
public interface ShowHotelDao extends CrudDao<ShowHotel> {
	
}