huanghongfa
2021-04-26 e3c5378b79d23f4cebb4059c78bfbdd32cd5a2f9
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> {
 
}