|
@@ -1,12 +1,12 @@
|
|
|
-package com.jpsoft.enterprise.modules.sys.service.impl;
|
|
|
+package com.jpsoft.employment.modules.sys.service.impl;
|
|
|
|
|
|
import com.github.pagehelper.Page;
|
|
|
import com.github.pagehelper.PageHelper;
|
|
|
-import com.jpsoft.enterprise.modules.common.dto.Sort;
|
|
|
-import com.jpsoft.enterprise.modules.sys.dao.UserRoleDAO;
|
|
|
-import com.jpsoft.enterprise.modules.sys.entity.Role;
|
|
|
-import com.jpsoft.enterprise.modules.sys.entity.UserRole;
|
|
|
-import com.jpsoft.enterprise.modules.sys.service.UserRoleService;
|
|
|
+import com.jpsoft.employment.modules.common.dto.Sort;
|
|
|
+import com.jpsoft.employment.modules.sys.dao.UserRoleDAO;
|
|
|
+import com.jpsoft.employment.modules.sys.entity.Role;
|
|
|
+import com.jpsoft.employment.modules.sys.entity.UserRole;
|
|
|
+import com.jpsoft.employment.modules.sys.service.UserRoleService;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|