e7b13d15a25f3649b5162ce28079ae020badcc02.svn-base 204 Bytes
package com.bjivt.service.showtime;

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

public interface GiftDetailService extends BaseService<GiftDetail, Integer>{
}