package com.bsth.service.schedule;
import com.bsth.entity.schedule.EmployeeConfigInfo;
import com.bsth.service.BaseService;
/**
* Created by xu on 16/5/10.
*/
public interface EmployeeConfigInfoService extends BaseService<EmployeeConfigInfo, Long> {
}