huanghongfa
2021-09-17 b41017ea75b8597c0610d4045829ce170d5343f2
1
2
3
4
5
6
7
package com.panzhihua.common.model.helper.sensitive;
 
import java.util.function.Function;
 
public interface Desensitizer extends Function<String, String> {
 
}