101captain
2021-08-31 d7a9be9438dc3b1bd5e69fe36b083d6a347c9ce0
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> {
 
}