AnchorCheckedDao.java 220 Bytes
package com.bjivt.dao.showtime;

import com.bjivt.base.dao.BaseDao;
import com.bjivt.entity.showtime.AnchorChecked;

/**
 * @author wpy
 *
 */
public interface AnchorCheckedDao extends BaseDao<AnchorChecked,Integer>{

}