huanghongfa
2021-11-03 53bee0506eadcf3cf9ebcdc37838b2cc040886b1
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> {
 
}