huanghongfa
2021-07-08 0b90c9d3c0d1a4a0a754e6ef9dfe447c6b39edf2
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> {
 
}