AnchorCheckedDaoImpl.java 376 Bytes
package com.bjivt.dao.showtime.impl;

import org.springframework.stereotype.Component;

import com.bjivt.base.dao.impl.BaseDaoImpl;
import com.bjivt.dao.showtime.AnchorCheckedDao;
import com.bjivt.entity.showtime.AnchorChecked;

/**
 * @author wpy
 *
 */
@Component
public class AnchorCheckedDaoImpl extends BaseDaoImpl<AnchorChecked, Integer> implements AnchorCheckedDao{

}