AnchorCheckedService.java 242 Bytes
package com.bjivt.service.showtime;

import com.bjivt.base.service.BaseService;
import com.bjivt.entity.showtime.AnchorChecked;

/**
 * @author wpy
 *
 */
public interface AnchorCheckedService extends BaseService<AnchorChecked, Integer> {

}