| 123456789101112131415161718 |
- package com.ym.mec.biz.service;
- /**
- * @Author Joburgess
- * @Date 2020.05.27
- */
- public interface StudentServeService {
- /**
- * @describe 学生服务信息统计
- * @author Joburgess
- * @date 2020/4/10
- * @param :
- * @return void
- */
- void exercisesSituationStatistics(String monday);
- }
|