fengjin
2022-10-21 6e6f4887eaeb046ccdc76a79375a8c7ff47daa96
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> {
 
}