package com.steerinfo.dil.service.impl; import com.steerinfo.dil.service.IStatisticalReportService; import org.springframework.stereotype.Service; /** * @ author :TXF * @ time :2021/12/14 15:26 */ @Service public class StatisticalReportImpl implements IStatisticalReportService { }