仪表盘
版本库
文件存储
活动
搜索
登录
main
/
lbqms
兰宝车间质量管理系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
update 重构 抽取 jackson 功能 ruoyi-common-json 成为独立模块
疯狂的狮子Li
2023-01-31
771a1045ee3ef382d02b08afb620ef0b34d9d13a
[lbqms.git]
/
ruoyi-common
/
ruoyi-common-sensitive
/
src
/
main
/
java
/
com
/
ruoyi
/
common
/
sensitive
/
core
/
SensitiveService.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.ruoyi.common.sensitive.core;
/**
* 脱敏服务
* 默认管理员不过滤
* 需自行根据业务重写实现
*
* @author Lion Li
* @version 3.6.0
*/
public interface SensitiveService {
/**
* 是否脱敏
*/
boolean isSensitive();
}