EmployeeConfigInfoServiceImpl.java
362 Bytes
package com.bsth.service.schedule;
import com.bsth.entity.schedule.EmployeeConfigInfo;
import com.bsth.service.impl.BaseServiceImpl;
import org.springframework.stereotype.Service;
/**
* Created by xu on 16/5/10.
*/
@Service
public class EmployeeConfigInfoServiceImpl extends BaseServiceImpl<EmployeeConfigInfo, Long> implements EmployeeConfigInfoService {
}