huanghongfa
2021-08-31 5309dbd17ef4a7add4eec83896f76ce29bcf4828
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> {
 
}