huanghongfa
2021-05-27 e6c135ad77d48c81da3066ab82b8e9e4c76ccf7a
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> {
 
}