|
@@ -1,17 +1,17 @@
|
|
|
-package com.jpsoft.smart.modules.sys.service.impl;
|
|
|
+package com.jpsoft.campus.modules.sys.service.impl;
|
|
|
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
-import com.jpsoft.smart.modules.sys.entity.Role;
|
|
|
+import com.jpsoft.campus.modules.sys.entity.Role;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
-import com.jpsoft.smart.modules.sys.dao.UserRoleDAO;
|
|
|
-import com.jpsoft.smart.modules.sys.entity.UserRole;
|
|
|
-import com.jpsoft.smart.modules.sys.service.UserRoleService;
|
|
|
+import com.jpsoft.campus.modules.sys.dao.UserRoleDAO;
|
|
|
+import com.jpsoft.campus.modules.sys.entity.UserRole;
|
|
|
+import com.jpsoft.campus.modules.sys.service.UserRoleService;
|
|
|
import com.github.pagehelper.Page;
|
|
|
-import com.jpsoft.smart.modules.common.dto.Sort;
|
|
|
+import com.jpsoft.campus.modules.common.dto.Sort;
|
|
|
import com.github.pagehelper.PageHelper;
|
|
|
|
|
|
@Transactional
|