101captain
2021-11-08 9b1fcfa1ddcd1fcf96be51f4e0d2d8c8df38d3a6
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> {
 
}