|
@@ -1,6 +1,7 @@
|
|
|
package com.ym.mec.auth.service.impl;
|
|
|
|
|
|
-import com.ym.mec.auth.api.entity.SysUserRole;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
@@ -10,8 +11,6 @@ import com.ym.mec.auth.service.SysRoleService;
|
|
|
import com.ym.mec.common.dal.BaseDAO;
|
|
|
import com.ym.mec.common.service.impl.BaseServiceImpl;
|
|
|
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
@Service
|
|
|
public class SysRoleServiceImpl extends BaseServiceImpl<Integer, SysRole> implements SysRoleService {
|
|
|
|