huanghongfa
2021-09-26 6f05a3669979af08422a2f6fd6df93e3e39774d7
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> {
 
}