fix 重命名通用 数据权限 服务接口类名称,与其他服务接口风格统一
This commit is contained in:
parent
0b09272a60
commit
404cb4c7a6
@ -5,7 +5,7 @@ package com.ruoyi.system.service;
|
|||||||
*
|
*
|
||||||
* @author Lion Li
|
* @author Lion Li
|
||||||
*/
|
*/
|
||||||
public interface SysDataScopeService {
|
public interface ISysDataScopeService {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取角色自定义权限
|
* 获取角色自定义权限
|
@ -7,7 +7,7 @@ import com.ruoyi.common.core.domain.entity.SysDept;
|
|||||||
import com.ruoyi.system.domain.SysRoleDept;
|
import com.ruoyi.system.domain.SysRoleDept;
|
||||||
import com.ruoyi.system.mapper.SysDeptMapper;
|
import com.ruoyi.system.mapper.SysDeptMapper;
|
||||||
import com.ruoyi.system.mapper.SysRoleDeptMapper;
|
import com.ruoyi.system.mapper.SysRoleDeptMapper;
|
||||||
import com.ruoyi.system.service.SysDataScopeService;
|
import com.ruoyi.system.service.ISysDataScopeService;
|
||||||
import lombok.RequiredArgsConstructor;
|
import lombok.RequiredArgsConstructor;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ import java.util.stream.Collectors;
|
|||||||
|
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
@Service("sdss")
|
@Service("sdss")
|
||||||
public class SysDataScopeServiceImpl implements SysDataScopeService {
|
public class SysDataScopeServiceImpl implements ISysDataScopeService {
|
||||||
|
|
||||||
private final SysRoleDeptMapper roleDeptMapper;
|
private final SysRoleDeptMapper roleDeptMapper;
|
||||||
private final SysDeptMapper deptMapper;
|
private final SysDeptMapper deptMapper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user