101captain
2021-12-16 a848afa0e31ae0d2bef4e546f932c06f1cd93a62
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> {
 
}