huanghongfa
2021-10-13 c6f7ec51e53eb6ec344afc8428a2511516fbbc0d
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> {
 
}