@@ -0,0 +1,11 @@
+package com.qmth.teachcloud.report.business.service;
+
+/**
+ * @Description: 教研公共服务
+ * @Param:
+ * @return:
+ * @Author: wangliang
+ * @Date: 2021/6/4
+ */
+public interface ReportCommonService {
+}
@@ -0,0 +1,15 @@
+package com.qmth.teachcloud.report.business.service.impl;
+import com.qmth.teachcloud.report.business.service.ReportCommonService;
+import org.springframework.stereotype.Service;
+@Service
+public class ReportCommonServiceImpl implements ReportCommonService {