HoursService.java 249 Bytes
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>{
}