huanghongfa
2021-06-24 eb0e0847f4030ec96d18ab0e632aa1668ff6126d
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> {
 
}