huanghongfa
2021-05-31 1b0de8fe9a718b1d902e224d93866d20a8016497
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> {
 
}