huanghongfa
2021-05-14 8a7fbad84879f277e10f857004c31d57aeecbd5a
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> {
 
}