101captain
2021-11-23 2413e4a0b55e984b4bd731843f4af340fc7fa9db
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> {
 
}