GuideboardInfoServiceImpl.java
358 Bytes
package com.bsth.service.schedule;
import com.bsth.entity.schedule.GuideboardInfo;
import com.bsth.service.impl.BaseServiceImpl;
import org.springframework.stereotype.Service;
/**
* Created by xu on 16/5/11.
*/
@Service
public class GuideboardInfoServiceImpl extends BaseServiceImpl<GuideboardInfo, Long> implements GuideboardInfoService {
}