FastAndSlowService.java 250 Bytes
package com.bsth.data.summary.service;

import com.bsth.data.summary.entity.FastAndSlow;
import com.bsth.service.BaseService;

/**
 * Created by panzhao on 2017/10/24.
 */
public interface FastAndSlowService extends BaseService<FastAndSlow, Long>{
}