huanghongfa
2021-05-21 1cc8640943e9941c9051726a7906e3eba2104346
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> {
 
}