公告板
版本库
filestore
活动
搜索
登录
戚荣
/
qyspzw
青羊视频专网-后端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
测试环境数据库
zhanghua
2025-08-19
37540fab60234f5050397336671e264a02458f7d
[~qirong/qyspzw.git]
/
ruoyi-common
/
ruoyi-common-sensitive
/
src
/
main
/
java
/
org
/
dromara
/
common
/
sensitive
/
core
/
SensitiveService.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package org.dromara.common.sensitive.core;
/**
* 脱敏服务
* 默认管理员不过滤
* 需自行根据业务重写实现
*
* @author Lion Li
* @version 3.6.0
*/
public interface SensitiveService {
/**
* 是否脱敏
*/
boolean isSensitive();
}