StatisticalReportImpl.java 296 B

12345678910111213
  1. package com.steerinfo.dil.service.impl;
  2. import com.steerinfo.dil.service.IStatisticalReportService;
  3. import org.springframework.stereotype.Service;
  4. /**
  5. * @ author :TXF
  6. * @ time :2021/12/14 15:26
  7. */
  8. @Service
  9. public class StatisticalReportImpl implements IStatisticalReportService {
  10. }