StudentServeService.java 321 B

123456789101112131415161718
  1. package com.ym.mec.biz.service;
  2. /**
  3. * @Author Joburgess
  4. * @Date 2020.05.27
  5. */
  6. public interface StudentServeService {
  7. /**
  8. * @describe 学生服务信息统计
  9. * @author Joburgess
  10. * @date 2020/4/10
  11. * @param :
  12. * @return void
  13. */
  14. void exercisesSituationStatistics(String monday);
  15. }