|
@@ -0,0 +1,17 @@
|
|
|
+package com.ym.mec.biz.service.impl;
|
|
|
+
|
|
|
+import com.ym.mec.biz.service.StudentServeService;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
+
|
|
|
+/**
|
|
|
+ * @Author Joburgess
|
|
|
+ * @Date 2020.05.27
|
|
|
+ */
|
|
|
+@Service
|
|
|
+public class StudentServeServiceImpl implements StudentServeService {
|
|
|
+
|
|
|
+ @Override
|
|
|
+ public void exercisesSituationStatistics() {
|
|
|
+
|
|
|
+ }
|
|
|
+}
|