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