puhanshu
2021-12-15 80c4d51c70bc312b9c3b3c808995eb7f62024c78
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> {
 
}