huanghongfa
2021-10-09 f4163de846281580b52a7e06637c5027faba0ed9
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> {
 
}