huanghongfa
2021-06-29 bfae897ebaea752b489ee92777043b9f83cfe736
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> {
 
}