101captain
2021-12-28 d3534fcd7f86d6dac617062bde8008b544c908ea
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> {
 
}