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