SchedulePlanInfoServiceImpl.java
354 Bytes
package com.bsth.service.schedule;
import com.bsth.entity.schedule.SchedulePlanInfo;
import com.bsth.service.impl.BaseServiceImpl;
import org.springframework.stereotype.Service;
/**
* Created by xu on 16/6/16.
*/
@Service
public class SchedulePlanInfoServiceImpl extends BaseServiceImpl<SchedulePlanInfo, Long> implements SchedulePlanInfoService {
}