huanghongfa
2021-06-17 3ee15525efd4e1bb276a9b52d95e1f30a25bea8c
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> {
 
}