huanghongfa
2021-06-10 e07e4546eb630a7ae6a9216c55a0d997d4a644f3
1
2
3
4
5
6
7
8
package com.panzhihua.common.model.helper.sensitive;
 
 
import java.util.function.Function;
 
public interface Desensitizer extends Function<String,String> {
 
}