huanghongfa
2021-07-27 590674f0f89c987c8ec83037f223c977254c5508
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> {
 
}