huanghongfa
2021-06-03 0a35a244f60da0d01a3a9142ed154fa9a83c4ad4
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> {
 
}