puhanshu
2022-06-02 15ee9cc3bc85377d532503be0038f8c457b3b3fc
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> {
 
}