FastAndSlowService.java 250 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 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>{ }