huanghongfa
2021-04-28 7e0da52d5104fbdd28caa82729cd6bd0e83760a9
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> {
 
}