|
@@ -2,7 +2,7 @@ package com.ym.mec.biz.service.impl;
|
|
|
|
|
|
import com.ym.mec.biz.dal.dao.*;
|
|
|
import com.ym.mec.biz.dal.enums.GroupType;
|
|
|
-import com.ym.mec.biz.service.GroupService;
|
|
|
+import com.ym.mec.biz.service.GroupClassService;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
@@ -11,7 +11,7 @@ import org.springframework.stereotype.Service;
|
|
|
* @Date 2020/2/17
|
|
|
*/
|
|
|
@Service
|
|
|
-public class GroupServiceImpl implements GroupService {
|
|
|
+public class GroupClassServiceImpl implements GroupClassService {
|
|
|
|
|
|
@Autowired
|
|
|
private GroupDao groupDao;
|