huanghongfa
2021-10-09 3c6e0673fa0051615b2ec4461c21d600f0e7429f
1
2
3
4
5
6
7
package com.panzhihua.common.model.helper.sensitive;
 
import java.util.function.Function;
 
public interface Desensitizer extends Function<String, String> {
 
}