wangliang 4 жил өмнө
parent
commit
715d3b975d

+ 11 - 0
teachcloud-report-business/src/main/java/com/qmth/teachcloud/report/business/service/ReportCommonService.java

@@ -0,0 +1,11 @@
+package com.qmth.teachcloud.report.business.service;
+
+/**
+ * @Description: 教研公共服务
+ * @Param:
+ * @return:
+ * @Author: wangliang
+ * @Date: 2021/6/4
+ */
+public interface ReportCommonService {
+}

+ 15 - 0
teachcloud-report-business/src/main/java/com/qmth/teachcloud/report/business/service/impl/ReportCommonServiceImpl.java

@@ -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;
+
+/**
+ * @Description: 教研公共服务
+ * @Param:
+ * @return:
+ * @Author: wangliang
+ * @Date: 2021/6/4
+ */
+@Service
+public class ReportCommonServiceImpl implements ReportCommonService {
+}