GiftListService.java 198 Bytes
package com.bjivt.service.showtime;

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

public interface GiftListService extends BaseService<GiftList, Integer>{
}