package com.whyc.service; import com.whyc.mapper.ReportMapper; import org.springframework.stereotype.Service; import javax.annotation.Resource; @Service public class ReportService { @Resource private ReportMapper mapper; }