huanghongfa
2021-04-21 def77d26800e0af4467d26ba57b8ae1800ddc45d
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> {
 
}