huanghongfa
2021-09-16 e3a56fbade452e268f2c16f146c89e91fbabd986
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> {
 
}