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