HoursService.java 249 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 package com.bsth.data.summary.service; import com.bsth.data.summary.entity.Hours_jsy; import com.bsth.service.BaseService; /** * Created by panzhao on 2017/7/27. */ public interface HoursService extends BaseService<Hours_jsy, Long>{ }