TTInfoService.java 220 Bytes
package com.bsth.service.schedule;

import com.bsth.entity.schedule.TTInfo;
import com.bsth.service.BaseService;

/**
 * Created by xu on 16/5/12.
 */
public interface TTInfoService extends BaseService<TTInfo, Long> {
}