huanghongfa
2021-08-13 c9d1bf762e05e8a83cda1da6c56f4bd96d3b67fc
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> {
 
}