huanghongfa
2022-04-13 7335fc82791bdc7f71aa4fe9765045b8d476e9cd
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> {
 
}