101captain
2021-12-23 11c9f6c502c6ff7cd24fd1b45af801c7bd3c3e08
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> {
 
}